#1C9016

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

Shades of Forest Green #1C9016

Tints of Forest Green #1C9016

Color information

#1C9016 (or 0x1C9016) is unknown color: approx Forest Green. HEX triplet: 1C, 90 and 16. RGB value is (28,144,22). Sum of RGB (Red+Green+Blue) = 28+144+22=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #1C9016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9016 is #E36FE9. Grayscale: #5F5F5F. Windows color (decimal): -14905322 or 1478684. OLE color: 1478684.

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

Color convert

RGB2814422-
CMYK0.8100.850.44
HSL117.05º73.49%32.55%-
HSV(B)117.05º84.72%56.47%-
XYZ10.620.254.11-
YUV95.4186.5779.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 144 (56.64% from 255) = 74.23%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=14.43%
G=74.23%
B=11.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28144220.8100.850.44117.0573.4932.55
Hex1C9016510552C754921
Octal342202612101255416511141
Binary11100100100001011010100010101010110110011101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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