Html Css Color HEX #2A996E Eucalyptus

📋 copy color: '#2A996E'

red 42 ◦ green 153 ◦ blue 110

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

Shades of Eucalyptus #2A996E

Tints of Eucalyptus #2A996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 13.77%
G = 50.16%
B = 36.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#2A996E (or 0x2A996E) is known color: Eucalyptus. HEX triplet: 2A, 99 and 6E. RGB value is (42,153,110). Sum of RGB (Red+Green+Blue) = 42+153+110=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #2A996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A996E is #D56691. Grayscale: #727272. Windows color (decimal): -13985426 or 7248170. OLE color: 7248170.

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

Color convert

RGB 42 153 110 -
CMYK 0.73 0 0.28 0.4
HSL 156.76º 0.57% 0.38% -
HSV(B) 156.76º 0.73% 0.6% -
XYZ 15.16 24.4 18.66 -
YUV 114.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 42 153 110 0.73 0 0.28 0.4 156.76 0.57 0.38
Hex 2A 99 6E 49 0 1C 28 9D 39 26
Octal 52 231 156 111 0 34 50 235 71 46
Binary 101010 10011001 1101110 1001001 0 11100 101000 10011101 111001 100110

Color Harmonies of #2A996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A996E

Black with #2A996E

Text Example


Text Example

White with #2A996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,110); }

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

background-color css

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

 a { background-color: rgb(42,153,110); }

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

border-color css

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

 span { border-color: rgb(42,153,110); }

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