#1C960C

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

Shades of Forest Green #1C960C

Tints of Forest Green #1C960C

Color information

#1C960C (or 0x1C960C) is unknown color: approx Forest Green. HEX triplet: 1C, 96 and 0C. RGB value is (28,150,12). Sum of RGB (Red+Green+Blue) = 28+150+12=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 150 (58.98% from 255 or 78.95% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 150 - color contains mainly: green. Hex color #1C960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C960C is #E369F3. Grayscale: #626262. Windows color (decimal): -14903796 or 824860. OLE color: 824860.

HSL color Cylindrical-coordinate representation of color #1C960C: hue angle of 113.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C960C is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB2815012-
CMYK0.8100.920.41
HSL113.04º85.19%31.76%-
HSV(B)113.04º92%58.82%-
XYZ11.4522.094.01-
YUV97.7979.5878.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 150 (58.98% from 255) = 78.95%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=14.74%
G=78.95%
B=6.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150120.8100.920.41113.0485.1931.76
Hex1C96C5105C29715520
Octal342261412101345116112540
Binary1110010010110110010100010101110010100111100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C960C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,150,12); }

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

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

 a { background-color: rgb(28,150,12); }

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

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

 span { border-color: rgb(28,150,12); }

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