#1C710D

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

Shades of Forest Green #1C710D

Tints of Forest Green #1C710D

Color information

#1C710D (or 0x1C710D) is unknown color: approx Forest Green. HEX triplet: 1C, 71 and 0D. RGB value is (28,113,13). Sum of RGB (Red+Green+Blue) = 28+113+13=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 113 (44.53% from 255 or 73.38% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 113 - color contains mainly: green. Hex color #1C710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C710D is #E38EF2. Grayscale: #4C4C4C. Windows color (decimal): -14913267 or 880924. OLE color: 880924.

HSL color Cylindrical-coordinate representation of color #1C710D: hue angle of 111º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C710D is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB2811313-
CMYK0.7500.880.56
HSL111º79.37%24.71%-
HSV(B)111º88.5%44.31%-
XYZ6.4612.092.37-
YUV76.1892.3493.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 113 (44.53% from 255) = 73.38%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=18.18%
G=73.38%
B=8.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28113130.7500.880.5611179.3724.71
Hex1C71D4B058386f4f19
Octal341611511301307015711731
Binary11100111000111011001011010110001110001101111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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