Html Css Color HEX #1DA011 Forest Green

📋 copy color: '#1DA011'

red 29 ◦ green 160 ◦ blue 17

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

Shades of Forest Green #1DA011

Tints of Forest Green #1DA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 77.67%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 14.08%
G = 77.67%
B = 8.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#1DA011 (or 0x1DA011) is known color: Forest Green. HEX triplet: 1D, A0 and 11. RGB value is (29,160,17). Sum of RGB (Red+Green+Blue) = 29+160+17=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 160 (62.89% from 255 or 77.67% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA011 is #E25FEE. Grayscale: #686868. Windows color (decimal): -14835695 or 1155101. OLE color: 1155101.

HSL color Cylindrical-coordinate representation of color #1DA011: hue angle of 114.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA011 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 29 160 17 -
CMYK 0.82 0 0.89 0.37
HSL 114.97º 0.81% 0.35% -
HSV(B) 114.97º 0.89% 0.63% -
XYZ 13.18 25.44 4.75 -
YUV 104.53 78.6 74.13 -
System Red Green Blue C M Y K H S L
Decimal 29 160 17 0.82 0 0.89 0.37 114.97 0.81 0.35
Hex 1D A0 11 52 0 59 25 73 51 23
Octal 35 240 21 122 0 131 45 163 121 43
Binary 11101 10100000 10001 1010010 0 1011001 100101 1110011 1010001 100011

Color Harmonies of #1DA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA011

Black with #1DA011

Text Example


Text Example

White with #1DA011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,160,17); }

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

background-color css

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

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

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

border-color css

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

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

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