Html Css Color HEX #2AA256 Eucalyptus

📋 copy color: '#2AA256'

red 42 ◦ green 162 ◦ blue 86

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

Shades of Eucalyptus #2AA256

Tints of Eucalyptus #2AA256

RGB

 RED value IS 42 (16.8% from 255) = 14.48%

 GREEN value IS 162 (63.67% from 255) = 55.86%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 14.48%
G = 55.86%
B = 29.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#2AA256 (or 0x2AA256) is known color: Eucalyptus. HEX triplet: 2A, A2 and 56. RGB value is (42,162,86). Sum of RGB (Red+Green+Blue) = 42+162+86=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA256 is #D55DA9. Grayscale: #757575. Windows color (decimal): -13983146 or 5677610. OLE color: 5677610.

HSL color Cylindrical-coordinate representation of color #2AA256: hue angle of 142º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA256 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 42 162 86 -
CMYK 0.74 0 0.47 0.36
HSL 142º 0.59% 0.4% -
HSV(B) 142º 0.74% 0.64% -
XYZ 15.55 27 13.2 -
YUV 117.46 110.24 74.18 -
System Red Green Blue C M Y K H S L
Decimal 42 162 86 0.74 0 0.47 0.36 142 0.59 0.4
Hex 2A A2 56 4A 0 2F 24 8E 3B 28
Octal 52 242 126 112 0 57 44 216 73 50
Binary 101010 10100010 1010110 1001010 0 101111 100100 10001110 111011 101000

Color Harmonies of #2AA256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA256

Black with #2AA256

Text Example


Text Example

White with #2AA256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,162,86); }

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

background-color css

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

 a { background-color: rgb(42,162,86); }

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

border-color css

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

 span { border-color: rgb(42,162,86); }

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