Html Css Color HEX #1D911D Forest Green

📋 copy color: '#1D911D'

red 29 ◦ green 145 ◦ blue 29

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

Shades of Forest Green #1D911D

Tints of Forest Green #1D911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 71.43%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 14.29%
G = 71.43%
B = 14.29%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#1D911D (or 0x1D911D) is known color: Forest Green. HEX triplet: 1D, 91 and 1D. RGB value is (29,145,29). Sum of RGB (Red+Green+Blue) = 29+145+29=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #1D911D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D911D is #E26EE2. Grayscale: #616161. Windows color (decimal): -14839523 or 1937693. OLE color: 1937693.

HSL color Cylindrical-coordinate representation of color #1D911D: hue angle of 120º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D911D is Cyan = 0.8, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 145 29 -
CMYK 0.8 0 0.8 0.43
HSL 120º 0.67% 0.34% -
HSV(B) 120º 0.8% 0.57% -
XYZ 10.85 20.6 4.57 -
YUV 97.09 89.57 79.43 -
System Red Green Blue C M Y K H S L
Decimal 29 145 29 0.8 0 0.8 0.43 120 0.67 0.34
Hex 1D 91 1D 50 0 50 2B 78 43 22
Octal 35 221 35 120 0 120 53 170 103 42
Binary 11101 10010001 11101 1010000 0 1010000 101011 1111000 1000011 100010

Color Harmonies of #1D911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D911D

Black with #1D911D

Text Example


Text Example

White with #1D911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,145,29); }

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

background-color css

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

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

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

border-color css

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

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

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