#1C960E

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

Shades of Forest Green #1C960E

Tints of Forest Green #1C960E

Color information

#1C960E (or 0x1C960E) is unknown color: approx Forest Green. HEX triplet: 1C, 96 and 0E. RGB value is (28,150,14). Sum of RGB (Red+Green+Blue) = 28+150+14=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 150 (58.98% from 255 or 78.12% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 150 - color contains mainly: green. Hex color #1C960E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C960E is #E369F1. Grayscale: #626262. Windows color (decimal): -14903794 or 955932. OLE color: 955932.

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

Color convert

RGB2815014-
CMYK0.8100.910.41
HSL113.82º82.93%32.16%-
HSV(B)113.82º90.67%58.82%-
XYZ11.4622.094.08-
YUV98.0280.5878.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 150 (58.98% from 255) = 78.12%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=14.58%
G=78.12%
B=7.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150140.8100.910.41113.8282.9332.16
Hex1C96E5105B29725320
Octal342261612101335116212340
Binary1110010010110111010100010101101110100111100101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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