#1C931E

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

Shades of Forest Green #1C931E

Tints of Forest Green #1C931E

Color information

#1C931E (or 0x1C931E) is unknown color: approx Forest Green. HEX triplet: 1C, 93 and 1E. RGB value is (28,147,30). Sum of RGB (Red+Green+Blue) = 28+147+30=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 147 (57.81% from 255 or 71.71% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 147 - color contains mainly: green. Hex color #1C931E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C931E is #E36CE1. Grayscale: #626262. Windows color (decimal): -14904546 or 2003740. OLE color: 2003740.

HSL color Cylindrical-coordinate representation of color #1C931E: hue angle of 121.01º 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 #1C931E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB2814730-
CMYK0.8100.800.42
HSL121.01º68%34.31%-
HSV(B)121.01º80.95%57.65%-
XYZ11.1521.214.73-
YUV98.0889.5878.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 147 (57.81% from 255) = 71.71%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=13.66%
G=71.71%
B=14.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147300.8100.800.42121.016834.31
Hex1C931E510502A794422
Octal342233612101205217110442
Binary11100100100111111010100010101000010101011110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C931E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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