#1C840D

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

Shades of Forest Green #1C840D

Tints of Forest Green #1C840D

Color information

#1C840D (or 0x1C840D) is unknown color: approx Forest Green. HEX triplet: 1C, 84 and 0D. RGB value is (28,132,13). Sum of RGB (Red+Green+Blue) = 28+132+13=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #1C840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C840D is #E37BF2. Grayscale: #575757. Windows color (decimal): -14908403 or 885788. OLE color: 885788.

HSL color Cylindrical-coordinate representation of color #1C840D: hue angle of 112.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C840D is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB2813213-
CMYK0.7900.900.48
HSL112.44º82.07%28.43%-
HSV(B)112.44º90.15%51.76%-
XYZ8.816.783.16-
YUV87.3486.0485.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 132 (51.95% from 255) = 76.30%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=16.18%
G=76.30%
B=7.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal28132130.7900.900.48112.4482.0728.43
Hex1C84D4F05A3070521c
Octal342041511701326016012234
Binary111001000010011011001111010110101100001110000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,132,13); }

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

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

 a { background-color: rgb(28,132,13); }

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

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

 span { border-color: rgb(28,132,13); }

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