Html Css Color HEX #2A996B Eucalyptus

📋 copy color: '#2A996B'

red 42 ◦ green 153 ◦ blue 107

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

Shades of Eucalyptus #2A996B

Tints of Eucalyptus #2A996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 13.91%
G = 50.66%
B = 35.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#2A996B (or 0x2A996B) is known color: Eucalyptus. HEX triplet: 2A, 99 and 6B. RGB value is (42,153,107). Sum of RGB (Red+Green+Blue) = 42+153+107=302 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.91% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #2A996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A996B is #D56694. Grayscale: #727272. Windows color (decimal): -13985429 or 7051562. OLE color: 7051562.

HSL color Cylindrical-coordinate representation of color #2A996B: hue angle of 155.14º 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 #2A996B is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 153 107 -
CMYK 0.73 0 0.30 0.4
HSL 155.14º 0.57% 0.38% -
HSV(B) 155.14º 0.73% 0.6% -
XYZ 15 24.34 17.82 -
YUV 114.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 42 153 107 0.73 0 0.30 0.4 155.14 0.57 0.38
Hex 2A 99 6B 49 0 1E 28 9B 39 26
Octal 52 231 153 111 0 36 50 233 71 46
Binary 101010 10011001 1101011 1001001 0 11110 101000 10011011 111001 100110

Color Harmonies of #2A996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A996B

Black with #2A996B

Text Example


Text Example

White with #2A996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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