Html Css Color HEX #1DA913 Forest Green

📋 copy color: '#1DA913'

red 29 ◦ green 169 ◦ blue 19

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

Shades of Forest Green #1DA913

Tints of Forest Green #1DA913

RGB

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

 GREEN value IS 169 (66.41% from 255) = 77.88%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 13.36%
G = 77.88%
B = 8.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#1DA913 (or 0x1DA913) is known color: Forest Green. HEX triplet: 1D, A9 and 13. RGB value is (29,169,19). Sum of RGB (Red+Green+Blue) = 29+169+19=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 169 (66.41% from 255 or 77.88% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA913 is #E256EC. Grayscale: #6E6E6E. Windows color (decimal): -14833389 or 1288477. OLE color: 1288477.

HSL color Cylindrical-coordinate representation of color #1DA913: hue angle of 116º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DA913 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 29 169 19 -
CMYK 0.83 0 0.89 0.34
HSL 116º 0.8% 0.37% -
HSV(B) 116º 0.89% 0.66% -
XYZ 14.81 28.68 5.37 -
YUV 110.04 76.62 70.2 -
System Red Green Blue C M Y K H S L
Decimal 29 169 19 0.83 0 0.89 0.34 116 0.8 0.37
Hex 1D A9 13 53 0 59 22 74 50 25
Octal 35 251 23 123 0 131 42 164 120 45
Binary 11101 10101001 10011 1010011 0 1011001 100010 1110100 1010000 100101

Color Harmonies of #1DA913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA913

Black with #1DA913

Text Example


Text Example

White with #1DA913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,169,19); }

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

background-color css

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

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

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

border-color css

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

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

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