Html Css Color HEX #1D720D Forest Green

📋 copy color: '#1D720D'

red 29 ◦ green 114 ◦ blue 13

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

Shades of Forest Green #1D720D

Tints of Forest Green #1D720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 73.08%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 18.59%
G = 73.08%
B = 8.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#1D720D (or 0x1D720D) is known color: Forest Green. HEX triplet: 1D, 72 and 0D. RGB value is (29,114,13). Sum of RGB (Red+Green+Blue) = 29+114+13=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 114 (44.92% from 255 or 73.08% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 114 - color contains mainly: green. Hex color #1D720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D720D is #E28DF2. Grayscale: #4D4D4D. Windows color (decimal): -14847475 or 881181. OLE color: 881181.

HSL color Cylindrical-coordinate representation of color #1D720D: hue angle of 110.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D720D is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 114 13 -
CMYK 0.75 0 0.89 0.55
HSL 110.5º 0.8% 0.25% -
HSV(B) 110.5º 0.89% 0.45% -
XYZ 6.6 12.32 2.41 -
YUV 77.07 91.84 93.71 -
System Red Green Blue C M Y K H S L
Decimal 29 114 13 0.75 0 0.89 0.55 110.5 0.8 0.25
Hex 1D 72 D 4B 0 59 37 6E 50 19
Octal 35 162 15 113 0 131 67 156 120 31
Binary 11101 1110010 1101 1001011 0 1011001 110111 1101110 1010000 11001

Color Harmonies of #1D720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D720D

Black with #1D720D

Text Example


Text Example

White with #1D720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,114,13); }

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

background-color css

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

 a { background-color: rgb(29,114,13); }

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

border-color css

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

 span { border-color: rgb(29,114,13); }

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