#18812B

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

Shades of Forest Green #18812B

Tints of Forest Green #18812B

Color information

#18812B (or 0x18812B) is unknown color: approx Forest Green. HEX triplet: 18, 81 and 2B. RGB value is (24,129,43). Sum of RGB (Red+Green+Blue) = 24+129+43=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #18812B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18812B is #E77ED4. Grayscale: #585858. Windows color (decimal): -15171285 or 2851096. OLE color: 2851096.

HSL color Cylindrical-coordinate representation of color #18812B: hue angle of 130.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18812B is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB2412943-
CMYK0.8100.670.49
HSL130.86º68.63%30%-
HSV(B)130.86º81.4%50.59%-
XYZ8.6616.074.93-
YUV87.8102.7182.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 129 (50.78% from 255) = 65.82%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=12.24%
G=65.82%
B=21.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129430.8100.670.49130.8668.6330
Hex18812B510433183451e
Octal302015312101036120310536
Binary110001000000110101110100010100001111000110000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18812B; }

 p { color: rgb(24,129,43); }

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

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

 a { background-color: rgb(24,129,43); }

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

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

 span { border-color: rgb(24,129,43); }

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