Html Css Color HEX #1D7F2A Forest Green

📋 copy color: '#1D7F2A'

red 29 ◦ green 127 ◦ blue 42

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

Shades of Forest Green #1D7F2A

Tints of Forest Green #1D7F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 64.14%

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 14.65%
G = 64.14%
B = 21.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#1D7F2A (or 0x1D7F2A) is known color: Forest Green. HEX triplet: 1D, 7F and 2A. RGB value is (29,127,42). Sum of RGB (Red+Green+Blue) = 29+127+42=198 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.65% from 198); Green value is 127 (50% from 255 or 64.14% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F2A is #E280D5. Grayscale: #585858. Windows color (decimal): -14844118 or 2785053. OLE color: 2785053.

HSL color Cylindrical-coordinate representation of color #1D7F2A: hue angle of 127.96º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F2A is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 127 42 -
CMYK 0.77 0 0.67 0.50
HSL 127.96º 0.63% 0.31% -
HSV(B) 127.96º 0.77% 0.5% -
XYZ 8.51 15.61 4.75 -
YUV 88.01 102.03 85.91 -
System Red Green Blue C M Y K H S L
Decimal 29 127 42 0.77 0 0.67 0.50 127.96 0.63 0.31
Hex 1D 7F 2A 4D 0 43 32 80 3F 1F
Octal 35 177 52 115 0 103 62 200 77 37
Binary 11101 1111111 101010 1001101 0 1000011 110010 10000000 111111 11111

Color Harmonies of #1D7F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F2A

Black with #1D7F2A

Text Example


Text Example

White with #1D7F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,127,42); }

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

background-color css

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

 a { background-color: rgb(29,127,42); }

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

border-color css

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

 span { border-color: rgb(29,127,42); }

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