Html Css Color HEX #1DA528 Forest Green

📋 copy color: '#1DA528'

red 29 ◦ green 165 ◦ blue 40

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

Shades of Forest Green #1DA528

Tints of Forest Green #1DA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.09%

R = 12.39%
G = 70.51%
B = 17.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#1DA528 (or 0x1DA528) is known color: Forest Green. HEX triplet: 1D, A5 and 28. RGB value is (29,165,40). Sum of RGB (Red+Green+Blue) = 29+165+40=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA528 is #E25AD7. Grayscale: #6E6E6E. Windows color (decimal): -14834392 or 2663709. OLE color: 2663709.

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

Color convert

RGB 29 165 40 -
CMYK 0.82 0 0.76 0.35
HSL 124.85º 0.7% 0.38% -
HSV(B) 124.85º 0.82% 0.65% -
XYZ 14.34 27.32 6.53 -
YUV 110.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 29 165 40 0.82 0 0.76 0.35 124.85 0.7 0.38
Hex 1D A5 28 52 0 4C 23 7D 46 26
Octal 35 245 50 122 0 114 43 175 106 46
Binary 11101 10100101 101000 1010010 0 1001100 100011 1111101 1000110 100110

Color Harmonies of #1DA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA528

Black with #1DA528

Text Example


Text Example

White with #1DA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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