#1C9128

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

Shades of Forest Green #1C9128

Tints of Forest Green #1C9128

Color information

#1C9128 (or 0x1C9128) is unknown color: approx Forest Green. HEX triplet: 1C, 91 and 28. RGB value is (28,145,40). Sum of RGB (Red+Green+Blue) = 28+145+40=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #1C9128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9128 is #E36ED7. Grayscale: #626262. Windows color (decimal): -14905048 or 2658588. OLE color: 2658588.

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

Color convert

RGB2814540-
CMYK0.8100.720.43
HSL126.15º67.63%33.92%-
HSV(B)126.15º80.69%56.86%-
XYZ10.9920.655.41-
YUV98.0595.2478.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 145 (57.03% from 255) = 68.08%
BLUE value IS 40 (16.02% from 255) = 18.78%
R=13.15%
G=68.08%
B=18.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145400.8100.720.43126.1567.6333.92
Hex1C9128510482B7e4422
Octal342215012101105317610442
Binary111001001000110100010100010100100010101111111101000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,145,40); }

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

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

 a { background-color: rgb(28,145,40); }

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

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

 span { border-color: rgb(28,145,40); }

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