#238E12

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

Shades of Forest Green #238E12

Tints of Forest Green #238E12

Color information

#238E12 (or 0x238E12) is unknown color: approx Forest Green. HEX triplet: 23, 8E and 12. RGB value is (35,142,18). Sum of RGB (Red+Green+Blue) = 35+142+18=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 142 (55.86% from 255 or 72.82% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 142 - color contains mainly: green. Hex color #238E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238E12 is #DC71ED. Grayscale: #606060. Windows color (decimal): -14447086 or 1216035. OLE color: 1216035.

HSL color Cylindrical-coordinate representation of color #238E12: hue angle of 111.77º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #238E12 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB3514218-
CMYK0.7500.870.44
HSL111.77º77.5%31.37%-
HSV(B)111.77º87.32%55.69%-
XYZ10.4819.753.83-
YUV95.8784.0584.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.95%
GREEN value IS 142 (55.86% from 255) = 72.82%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=17.95%
G=72.82%
B=9.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35142180.7500.870.44111.7777.531.37
Hex238E124B0572C704e1f
Octal432162211301275416011637
Binary10001110001110100101001011010101111011001110000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238E12; }

 p { color: rgb(35,142,18); }

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

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

 a { background-color: rgb(35,142,18); }

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

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

 span { border-color: rgb(35,142,18); }

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