#18872D

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

Shades of Forest Green #18872D

Tints of Forest Green #18872D

Color information

#18872D (or 0x18872D) is unknown color: approx Forest Green. HEX triplet: 18, 87 and 2D. RGB value is (24,135,45). Sum of RGB (Red+Green+Blue) = 24+135+45=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #18872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18872D is #E778D2. Grayscale: #5B5B5B. Windows color (decimal): -15169747 or 2983704. OLE color: 2983704.

HSL color Cylindrical-coordinate representation of color #18872D: hue angle of 131.35º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18872D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB2413545-
CMYK0.8200.670.47
HSL131.35º69.81%31.18%-
HSV(B)131.35º82.22%52.94%-
XYZ9.5117.715.4-
YUV91.55101.7379.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 135 (53.12% from 255) = 66.18%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=11.76%
G=66.18%
B=22.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24135450.8200.670.47131.3569.8131.18
Hex18872D520432F83461f
Octal302075512201035720310637
Binary110001000011110110110100100100001110111110000011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18872D; }

 p { color: rgb(24,135,45); }

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

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

 a { background-color: rgb(24,135,45); }

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

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

 span { border-color: rgb(24,135,45); }

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