Html Css Color HEX #2A995A Eucalyptus

📋 copy color: '#2A995A'

red 42 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #2A995A

Tints of Eucalyptus #2A995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 14.74%
G = 53.68%
B = 31.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#2A995A (or 0x2A995A) is known color: Eucalyptus. HEX triplet: 2A, 99 and 5A. RGB value is (42,153,90). Sum of RGB (Red+Green+Blue) = 42+153+90=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #2A995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A995A is #D566A5. Grayscale: #707070. Windows color (decimal): -13985446 or 5937450. OLE color: 5937450.

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

Color convert

RGB 42 153 90 -
CMYK 0.73 0 0.41 0.4
HSL 145.95º 0.57% 0.38% -
HSV(B) 145.95º 0.73% 0.6% -
XYZ 14.19 24.01 13.56 -
YUV 112.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 42 153 90 0.73 0 0.41 0.4 145.95 0.57 0.38
Hex 2A 99 5A 49 0 29 28 92 39 26
Octal 52 231 132 111 0 51 50 222 71 46
Binary 101010 10011001 1011010 1001001 0 101001 101000 10010010 111001 100110

Color Harmonies of #2A995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A995A

Black with #2A995A

Text Example


Text Example

White with #2A995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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