Html Css Color HEX #1DA521 Forest Green

📋 copy color: '#1DA521'

red 29 ◦ green 165 ◦ blue 33

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

Shades of Forest Green #1DA521

Tints of Forest Green #1DA521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 12.78%
G = 72.69%
B = 14.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#1DA521 (or 0x1DA521) is known color: Forest Green. HEX triplet: 1D, A5 and 21. RGB value is (29,165,33). Sum of RGB (Red+Green+Blue) = 29+165+33=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 165 (64.84% from 255 or 72.69% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA521 is #E25ADE. Grayscale: #6D6D6D. Windows color (decimal): -14834399 or 2204957. OLE color: 2204957.

HSL color Cylindrical-coordinate representation of color #1DA521: hue angle of 121.76º 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 #1DA521 is Cyan = 0.82, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 165 33 -
CMYK 0.82 0 0.8 0.35
HSL 121.76º 0.7% 0.38% -
HSV(B) 121.76º 0.82% 0.65% -
XYZ 14.24 27.28 5.95 -
YUV 109.29 84.94 70.73 -
System Red Green Blue C M Y K H S L
Decimal 29 165 33 0.82 0 0.8 0.35 121.76 0.7 0.38
Hex 1D A5 21 52 0 50 23 7A 46 26
Octal 35 245 41 122 0 120 43 172 106 46
Binary 11101 10100101 100001 1010010 0 1010000 100011 1111010 1000110 100110

Color Harmonies of #1DA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA521

Black with #1DA521

Text Example


Text Example

White with #1DA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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