#1C932F

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

Shades of Forest Green #1C932F

Tints of Forest Green #1C932F

Color information

#1C932F (or 0x1C932F) is unknown color: approx Forest Green. HEX triplet: 1C, 93 and 2F. RGB value is (28,147,47). Sum of RGB (Red+Green+Blue) = 28+147+47=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #1C932F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C932F is #E36CD0. Grayscale: #646464. Windows color (decimal): -14904529 or 3117852. OLE color: 3117852.

HSL color Cylindrical-coordinate representation of color #1C932F: hue angle of 129.58º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C932F is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB2814747-
CMYK0.8100.680.42
HSL129.58º68%34.31%-
HSV(B)129.58º80.95%57.65%-
XYZ11.4321.326.2-
YUV100.0298.0876.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=12.61%
G=66.22%
B=21.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147470.8100.680.42129.586834.31
Hex1C932F510442A824422
Octal342235712101045220210442
Binary1110010010011101111101000101000100101010100000101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,147,47); }

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

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

 a { background-color: rgb(28,147,47); }

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

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

 span { border-color: rgb(28,147,47); }

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