Html Css Color HEX #1DA015 Forest Green

📋 copy color: '#1DA015'

red 29 ◦ green 160 ◦ blue 21

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

Shades of Forest Green #1DA015

Tints of Forest Green #1DA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 13.81%
G = 76.19%
B = 10%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#1DA015 (or 0x1DA015) is known color: Forest Green. HEX triplet: 1D, A0 and 15. RGB value is (29,160,21). Sum of RGB (Red+Green+Blue) = 29+160+21=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 160 (62.89% from 255 or 76.19% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA015 is #E25FEA. Grayscale: #696969. Windows color (decimal): -14835691 or 1417245. OLE color: 1417245.

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

Color convert

RGB 29 160 21 -
CMYK 0.82 0 0.87 0.37
HSL 116.55º 0.77% 0.35% -
HSV(B) 116.55º 0.87% 0.63% -
XYZ 13.21 25.46 4.93 -
YUV 104.99 80.6 73.8 -
System Red Green Blue C M Y K H S L
Decimal 29 160 21 0.82 0 0.87 0.37 116.55 0.77 0.35
Hex 1D A0 15 52 0 57 25 75 4D 23
Octal 35 240 25 122 0 127 45 165 115 43
Binary 11101 10100000 10101 1010010 0 1010111 100101 1110101 1001101 100011

Color Harmonies of #1DA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA015

Black with #1DA015

Text Example


Text Example

White with #1DA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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