Html Css Color HEX #1D811F Forest Green

📋 copy color: '#1D811F'

red 29 ◦ green 129 ◦ blue 31

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

Shades of Forest Green #1D811F

Tints of Forest Green #1D811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 68.25%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 15.34%
G = 68.25%
B = 16.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#1D811F (or 0x1D811F) is known color: Forest Green. HEX triplet: 1D, 81 and 1F. RGB value is (29,129,31). Sum of RGB (Red+Green+Blue) = 29+129+31=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #1D811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D811F is #E27EE0. Grayscale: #585858. Windows color (decimal): -14843617 or 2064669. OLE color: 2064669.

HSL color Cylindrical-coordinate representation of color #1D811F: hue angle of 121.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D811F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 129 31 -
CMYK 0.78 0 0.76 0.49
HSL 121.2º 0.63% 0.31% -
HSV(B) 121.2º 0.78% 0.51% -
XYZ 8.6 16.06 3.94 -
YUV 87.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 29 129 31 0.78 0 0.76 0.49 121.2 0.63 0.31
Hex 1D 81 1F 4E 0 4C 31 79 3F 1F
Octal 35 201 37 116 0 114 61 171 77 37
Binary 11101 10000001 11111 1001110 0 1001100 110001 1111001 111111 11111

Color Harmonies of #1D811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D811F

Black with #1D811F

Text Example


Text Example

White with #1D811F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,129,31); }

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

background-color css

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

 a { background-color: rgb(29,129,31); }

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

border-color css

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

 span { border-color: rgb(29,129,31); }

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