Html Css Color HEX #2DAA62 Eucalyptus

📋 copy color: '#2DAA62'

red 45 ◦ green 170 ◦ blue 98

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

Shades of Eucalyptus #2DAA62

Tints of Eucalyptus #2DAA62

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.31%

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 14.38%
G = 54.31%
B = 31.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#2DAA62 (or 0x2DAA62) is known color: Eucalyptus. HEX triplet: 2D, AA and 62. RGB value is (45,170,98). Sum of RGB (Red+Green+Blue) = 45+170+98=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA62 is #D2559D. Grayscale: #7C7C7C. Windows color (decimal): -13784478 or 6466093. OLE color: 6466093.

HSL color Cylindrical-coordinate representation of color #2DAA62: hue angle of 145.44º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA62 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 170 98 -
CMYK 0.74 0 0.42 0.33
HSL 145.44º 0.58% 0.42% -
HSV(B) 145.44º 0.74% 0.67% -
XYZ 17.66 30.19 16.45 -
YUV 124.42 113.09 71.35 -
System Red Green Blue C M Y K H S L
Decimal 45 170 98 0.74 0 0.42 0.33 145.44 0.58 0.42
Hex 2D AA 62 4A 0 2A 21 91 3A 2A
Octal 55 252 142 112 0 52 41 221 72 52
Binary 101101 10101010 1100010 1001010 0 101010 100001 10010001 111010 101010

Color Harmonies of #2DAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAA62

Black with #2DAA62

Text Example


Text Example

White with #2DAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,170,98); }

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

background-color css

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

 a { background-color: rgb(45,170,98); }

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

border-color css

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

 span { border-color: rgb(45,170,98); }

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