Html Css Color HEX #1D7013 Forest Green

📋 copy color: '#1D7013'

red 29 ◦ green 112 ◦ blue 19

#1D7013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1D7013

Tints of Forest Green #1D7013

RGB

 RED value IS 29 (11.72% from 255) = 18.13%

 GREEN value IS 112 (44.14% from 255) = 70%

 BLUE value IS 19 (7.81% from 255) = 11.88%

R = 18.13%
G = 70%
B = 11.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#1D7013 (or 0x1D7013) is known color: Forest Green. HEX triplet: 1D, 70 and 13. RGB value is (29,112,19). Sum of RGB (Red+Green+Blue) = 29+112+19=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7013 is #E28FEC. Grayscale: #4C4C4C. Windows color (decimal): -14847981 or 1273885. OLE color: 1273885.

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

Color convert

RGB 29 112 19 -
CMYK 0.74 0 0.83 0.56
HSL 113.55º 0.71% 0.26% -
HSV(B) 113.55º 0.83% 0.44% -
XYZ 6.42 11.9 2.57 -
YUV 76.58 95.5 94.06 -
System Red Green Blue C M Y K H S L
Decimal 29 112 19 0.74 0 0.83 0.56 113.55 0.71 0.26
Hex 1D 70 13 4A 0 53 38 72 47 1A
Octal 35 160 23 112 0 123 70 162 107 32
Binary 11101 1110000 10011 1001010 0 1010011 111000 1110010 1000111 11010

Color Harmonies of #1D7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7013

Black with #1D7013

Text Example


Text Example

White with #1D7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D7013;
 }
 .AnyTagClassName
 {
   color: #1D7013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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