#1C9018

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

Shades of Forest Green #1C9018

Tints of Forest Green #1C9018

Color information

#1C9018 (or 0x1C9018) is unknown color: approx Forest Green. HEX triplet: 1C, 90 and 18. RGB value is (28,144,24). Sum of RGB (Red+Green+Blue) = 28+144+24=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #1C9018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9018 is #E36FE7. Grayscale: #606060. Windows color (decimal): -14905320 or 1609756. OLE color: 1609756.

HSL color Cylindrical-coordinate representation of color #1C9018: hue angle of 118º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C9018 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB2814424-
CMYK0.8100.830.44
HSL118º71.43%32.94%-
HSV(B)118º83.33%56.47%-
XYZ10.6220.264.22-
YUV95.6487.5779.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.29%
GREEN value IS 144 (56.64% from 255) = 73.47%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=14.29%
G=73.47%
B=12.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28144240.8100.830.4411871.4332.94
Hex1C9018510532C764721
Octal342203012101235416610741
Binary11100100100001100010100010101001110110011101101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,144,24); }

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

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

 a { background-color: rgb(28,144,24); }

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

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

 span { border-color: rgb(28,144,24); }

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