#1D8613

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

Shades of Forest Green #1D8613

Tints of Forest Green #1D8613

Color information

#1D8613 (or 0x1D8613) is unknown color: approx Forest Green. HEX triplet: 1D, 86 and 13. RGB value is (29,134,19). Sum of RGB (Red+Green+Blue) = 29+134+19=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8613 is #E279EC. Grayscale: #595959. Windows color (decimal): -14842349 or 1279517. OLE color: 1279517.

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

Color convert

RGB2913419-
CMYK0.7800.860.47
HSL114.78º75.16%30%-
HSV(B)114.78º85.82%52.55%-
XYZ9.1517.363.48-
YUV89.588.2184.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 134 (52.73% from 255) = 73.63%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=15.93%
G=73.63%
B=10.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29134190.7800.860.47114.7875.1630
Hex1D86134E0562F734b1e
Octal352062311601265716311336
Binary1110110000110100111001110010101101011111110011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,134,19); }

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

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

 a { background-color: rgb(29,134,19); }

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

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

 span { border-color: rgb(29,134,19); }

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