#269312

Color #269312 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #269312

Tints of Forest Green #269312

Color information

#269312 (or 0x269312) is unknown color: approx Forest Green. HEX triplet: 26, 93 and 12. RGB value is (38,147,18). Sum of RGB (Red+Green+Blue) = 38+147+18=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #269312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #269312 is #D96CED. Grayscale: #646464. Windows color (decimal): -14249198 or 1217318. OLE color: 1217318.

HSL color Cylindrical-coordinate representation of color #269312: hue angle of 110.7º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #269312 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB3814718-
CMYK0.7400.880.42
HSL110.7º78.18%32.35%-
HSV(B)110.7º87.76%57.65%-
XYZ11.3421.324.09-
YUV99.781.8983.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 147 (57.81% from 255) = 72.41%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=18.72%
G=72.41%
B=8.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38147180.7400.880.42110.778.1832.35
Hex2693124A0582A6f4e20
Octal462232211201305215711640
Binary100110100100111001010010100101100010101011011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269312; }

 p { color: rgb(38,147,18); }

 H1.HeaderClassName
 {
   color: #269312;
 }
 .AnyTagClassName
 {
   color: #269312;
 }
</style>
background-color css

<style>
 a { background-color: #269312; }

 a { background-color: rgb(38,147,18); }

 div.DivClassName
 {
   background-color: #269312;
 }
 .BgClassName
 {
   background-color: #269312;
 }
</style>
border-color css

<style>
 span { border-color: #269312; }

 span { border-color: rgb(38,147,18); }

 td.TdClassName
 {
   border-color: #269312;
 }
 .TagClassName
 {
   border-color: #269312;
 }
</style>