Html Css Color HEX #1D7A0E Forest Green

📋 copy color: '#1D7A0E'

red 29 ◦ green 122 ◦ blue 14

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

Shades of Forest Green #1D7A0E

Tints of Forest Green #1D7A0E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 73.94%

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

R = 17.58%
G = 73.94%
B = 8.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#1D7A0E (or 0x1D7A0E) is known color: Forest Green. HEX triplet: 1D, 7A and 0E. RGB value is (29,122,14). Sum of RGB (Red+Green+Blue) = 29+122+14=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 122 (48.05% from 255 or 73.94% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7A0E is #E285F1. Grayscale: #525252. Windows color (decimal): -14845426 or 948765. OLE color: 948765.

HSL color Cylindrical-coordinate representation of color #1D7A0E: hue angle of 111.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D7A0E is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB 29 122 14 -
CMYK 0.76 0 0.89 0.52
HSL 111.67º 0.79% 0.27% -
HSV(B) 111.67º 0.89% 0.48% -
XYZ 7.55 14.21 2.76 -
YUV 81.88 89.69 90.28 -
System Red Green Blue C M Y K H S L
Decimal 29 122 14 0.76 0 0.89 0.52 111.67 0.79 0.27
Hex 1D 7A E 4C 0 59 34 70 4F 1B
Octal 35 172 16 114 0 131 64 160 117 33
Binary 11101 1111010 1110 1001100 0 1011001 110100 1110000 1001111 11011

Color Harmonies of #1D7A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7A0E

Black with #1D7A0E

Text Example


Text Example

White with #1D7A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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