Html Css Color HEX #1D7A20 Forest Green

📋 copy color: '#1D7A20'

red 29 ◦ green 122 ◦ blue 32

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

Shades of Forest Green #1D7A20

Tints of Forest Green #1D7A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 15.85%
G = 66.67%
B = 17.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#1D7A20 (or 0x1D7A20) is known color: Forest Green. HEX triplet: 1D, 7A and 20. RGB value is (29,122,32). Sum of RGB (Red+Green+Blue) = 29+122+32=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 122 (48.05% from 255 or 66.67% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7A20 is #E285DF. Grayscale: #545454. Windows color (decimal): -14845408 or 2128413. OLE color: 2128413.

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

Color convert

RGB 29 122 32 -
CMYK 0.76 0 0.74 0.52
HSL 121.94º 0.62% 0.3% -
HSV(B) 121.94º 0.76% 0.48% -
XYZ 7.73 14.28 3.72 -
YUV 83.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 29 122 32 0.76 0 0.74 0.52 121.94 0.62 0.3
Hex 1D 7A 20 4C 0 4A 34 7A 3E 1E
Octal 35 172 40 114 0 112 64 172 76 36
Binary 11101 1111010 100000 1001100 0 1001010 110100 1111010 111110 11110

Color Harmonies of #1D7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7A20

Black with #1D7A20

Text Example


Text Example

White with #1D7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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