Html Css Color HEX #1D710E Forest Green

📋 copy color: '#1D710E'

red 29 ◦ green 113 ◦ blue 14

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

Shades of Forest Green #1D710E

Tints of Forest Green #1D710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 72.44%

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 18.59%
G = 72.44%
B = 8.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#1D710E (or 0x1D710E) is known color: Forest Green. HEX triplet: 1D, 71 and 0E. RGB value is (29,113,14). Sum of RGB (Red+Green+Blue) = 29+113+14=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #1D710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D710E is #E28EF1. Grayscale: #4C4C4C. Windows color (decimal): -14847730 or 946461. OLE color: 946461.

HSL color Cylindrical-coordinate representation of color #1D710E: hue angle of 110.91º degrees, saturation: 0.78, 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 #1D710E is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 113 14 -
CMYK 0.74 0 0.88 0.56
HSL 110.91º 0.78% 0.25% -
HSV(B) 110.91º 0.88% 0.44% -
XYZ 6.49 12.1 2.41 -
YUV 76.6 92.67 94.05 -
System Red Green Blue C M Y K H S L
Decimal 29 113 14 0.74 0 0.88 0.56 110.91 0.78 0.25
Hex 1D 71 E 4A 0 58 38 6F 4E 19
Octal 35 161 16 112 0 130 70 157 116 31
Binary 11101 1110001 1110 1001010 0 1011000 111000 1101111 1001110 11001

Color Harmonies of #1D710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D710E

Black with #1D710E

Text Example


Text Example

White with #1D710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,14); }

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

background-color css

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

 a { background-color: rgb(29,113,14); }

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

border-color css

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

 span { border-color: rgb(29,113,14); }

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