#1C810F

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

Shades of Forest Green #1C810F

Tints of Forest Green #1C810F

Color information

#1C810F (or 0x1C810F) is unknown color: approx Forest Green. HEX triplet: 1C, 81 and 0F. RGB value is (28,129,15). Sum of RGB (Red+Green+Blue) = 28+129+15=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 129 (50.78% from 255 or 75% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 129 - color contains mainly: green. Hex color #1C810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C810F is #E37EF0. Grayscale: #565656. Windows color (decimal): -14909169 or 1016092. OLE color: 1016092.

HSL color Cylindrical-coordinate representation of color #1C810F: hue angle of 113.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C810F is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB2812915-
CMYK0.7800.880.49
HSL113.16º79.17%28.24%-
HSV(B)113.16º88.37%50.59%-
XYZ8.4215.983.09-
YUV85.888.0486.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 129 (50.78% from 255) = 75%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=16.28%
G=75%
B=8.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28129150.7800.880.49113.1679.1728.24
Hex1C81F4E05831714f1c
Octal342011711601306116111734
Binary111001000000111111001110010110001100011110001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C810F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,15); }

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

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

 a { background-color: rgb(28,129,15); }

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

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

 span { border-color: rgb(28,129,15); }

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