#1C8612

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

Shades of Forest Green #1C8612

Tints of Forest Green #1C8612

Color information

#1C8612 (or 0x1C8612) is unknown color: approx Forest Green. HEX triplet: 1C, 86 and 12. RGB value is (28,134,18). Sum of RGB (Red+Green+Blue) = 28+134+18=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 134 (52.73% from 255 or 74.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 134 - color contains mainly: green. Hex color #1C8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8612 is #E379ED. Grayscale: #595959. Windows color (decimal): -14907886 or 1213980. OLE color: 1213980.

HSL color Cylindrical-coordinate representation of color #1C8612: hue angle of 114.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8612 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB2813418-
CMYK0.7900.870.47
HSL114.83º76.32%29.8%-
HSV(B)114.83º86.57%52.55%-
XYZ9.1117.343.44-
YUV89.0887.8884.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 134 (52.73% from 255) = 74.44%
BLUE value IS 18 (7.42% from 255) = 10%
R=15.56%
G=74.44%
B=10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28134180.7900.870.47114.8376.3229.8
Hex1C86124F0572F734c1e
Octal342062211701275716311436
Binary1110010000110100101001111010101111011111110011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,134,18); }

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

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

 a { background-color: rgb(28,134,18); }

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

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

 span { border-color: rgb(28,134,18); }

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