#1C872B

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

Shades of Forest Green #1C872B

Tints of Forest Green #1C872B

Color information

#1C872B (or 0x1C872B) is unknown color: approx Forest Green. HEX triplet: 1C, 87 and 2B. RGB value is (28,135,43). Sum of RGB (Red+Green+Blue) = 28+135+43=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #1C872B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C872B is #E378D4. Grayscale: #5C5C5C. Windows color (decimal): -14907605 or 2852636. OLE color: 2852636.

HSL color Cylindrical-coordinate representation of color #1C872B: hue angle of 128.41º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C872B is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB2813543-
CMYK0.7900.680.47
HSL128.41º65.64%31.96%-
HSV(B)128.41º79.26%52.94%-
XYZ9.5817.755.21-
YUV92.52100.0581.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 135 (53.12% from 255) = 65.53%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=13.59%
G=65.53%
B=20.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28135430.7900.680.47128.4165.6431.96
Hex1C872B4F0442F804220
Octal342075311701045720010240
Binary1110010000111101011100111101000100101111100000001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C872B; }

 p { color: rgb(28,135,43); }

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

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

 a { background-color: rgb(28,135,43); }

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

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

 span { border-color: rgb(28,135,43); }

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