Html Css Color HEX #1D7F1E Forest Green

📋 copy color: '#1D7F1E'

red 29 ◦ green 127 ◦ blue 30

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

Shades of Forest Green #1D7F1E

Tints of Forest Green #1D7F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 15.59%
G = 68.28%
B = 16.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#1D7F1E (or 0x1D7F1E) is known color: Forest Green. HEX triplet: 1D, 7F and 1E. RGB value is (29,127,30). Sum of RGB (Red+Green+Blue) = 29+127+30=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7F1E is #E280E1. Grayscale: #565656. Windows color (decimal): -14844130 or 1998621. OLE color: 1998621.

HSL color Cylindrical-coordinate representation of color #1D7F1E: hue angle of 120.61º 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 #1D7F1E is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 127 30 -
CMYK 0.77 0 0.76 0.50
HSL 120.61º 0.63% 0.31% -
HSV(B) 120.61º 0.77% 0.5% -
XYZ 8.33 15.53 3.79 -
YUV 86.64 96.03 86.89 -
System Red Green Blue C M Y K H S L
Decimal 29 127 30 0.77 0 0.76 0.50 120.61 0.63 0.31
Hex 1D 7F 1E 4D 0 4C 32 79 3F 1F
Octal 35 177 36 115 0 114 62 171 77 37
Binary 11101 1111111 11110 1001101 0 1001100 110010 1111001 111111 11111

Color Harmonies of #1D7F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7F1E

Black with #1D7F1E

Text Example


Text Example

White with #1D7F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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