#1D6F13

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

Shades of Forest Green #1D6F13

Tints of Forest Green #1D6F13

Color information

#1D6F13 (or 0x1D6F13) is unknown color: approx Forest Green. HEX triplet: 1D, 6F and 13. RGB value is (29,111,19). Sum of RGB (Red+Green+Blue) = 29+111+19=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6F13 is #E290EC. Grayscale: #4C4C4C. Windows color (decimal): -14848237 or 1273629. OLE color: 1273629.

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

Color convert

RGB2911119-
CMYK0.7400.830.56
HSL113.48º70.77%25.49%-
HSV(B)113.48º82.88%43.53%-
XYZ6.3111.682.54-
YUV75.9995.8394.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 111 (43.75% from 255) = 69.81%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=18.24%
G=69.81%
B=11.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29111190.7400.830.56113.4870.7725.49
Hex1D6F134A05338714719
Octal351572311201237016110731
Binary111011101111100111001010010100111110001110001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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