Html Css Color HEX #1DA518 Forest Green

📋 copy color: '#1DA518'

red 29 ◦ green 165 ◦ blue 24

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

Shades of Forest Green #1DA518

Tints of Forest Green #1DA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 75.69%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 13.3%
G = 75.69%
B = 11.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#1DA518 (or 0x1DA518) is known color: Forest Green. HEX triplet: 1D, A5 and 18. RGB value is (29,165,24). Sum of RGB (Red+Green+Blue) = 29+165+24=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA518 is #E25AE7. Grayscale: #6C6C6C. Windows color (decimal): -14834408 or 1615133. OLE color: 1615133.

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

Color convert

RGB 29 165 24 -
CMYK 0.82 0 0.85 0.35
HSL 117.87º 0.75% 0.37% -
HSV(B) 117.87º 0.85% 0.65% -
XYZ 14.13 27.24 5.38 -
YUV 108.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 29 165 24 0.82 0 0.85 0.35 117.87 0.75 0.37
Hex 1D A5 18 52 0 55 23 76 4B 25
Octal 35 245 30 122 0 125 43 166 113 45
Binary 11101 10100101 11000 1010010 0 1010101 100011 1110110 1001011 100101

Color Harmonies of #1DA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA518

Black with #1DA518

Text Example


Text Example

White with #1DA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,165,24); }

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

background-color css

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

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

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

border-color css

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

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

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