Html Css Color HEX #2DA529 Forest Green

📋 copy color: '#2DA529'

red 45 ◦ green 165 ◦ blue 41

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

Shades of Forest Green #2DA529

Tints of Forest Green #2DA529

RGB

 RED value IS 45 (17.97% from 255) = 17.93%

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

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 17.93%
G = 65.74%
B = 16.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#2DA529 (or 0x2DA529) is known color: Forest Green. HEX triplet: 2D, A5 and 29. RGB value is (45,165,41). Sum of RGB (Red+Green+Blue) = 45+165+41=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA529 is #D25AD6. Grayscale: #737373. Windows color (decimal): -13785815 or 2729261. OLE color: 2729261.

HSL color Cylindrical-coordinate representation of color #2DA529: hue angle of 118.06º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DA529 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 165 41 -
CMYK 0.73 0 0.75 0.35
HSL 118.06º 0.6% 0.4% -
HSV(B) 118.06º 0.75% 0.65% -
XYZ 14.94 27.63 6.64 -
YUV 114.98 86.24 78.08 -
System Red Green Blue C M Y K H S L
Decimal 45 165 41 0.73 0 0.75 0.35 118.06 0.6 0.4
Hex 2D A5 29 49 0 4B 23 76 3C 28
Octal 55 245 51 111 0 113 43 166 74 50
Binary 101101 10100101 101001 1001001 0 1001011 100011 1110110 111100 101000

Color Harmonies of #2DA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA529

Black with #2DA529

Text Example


Text Example

White with #2DA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DA529; }

 p { color: rgb(45,165,41); }

 H1.HeaderClassName
 {
   color: #2DA529;
 }
 .AnyTagClassName
 {
   color: #2DA529;
 }
</style>

background-color css

<style>
 a { background-color: #2DA529; }

 a { background-color: rgb(45,165,41); }

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

border-color css

<style>
 span { border-color: #2DA529; }

 span { border-color: rgb(45,165,41); }

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