Html Css Color HEX #2A9563 Eucalyptus

📋 copy color: '#2A9563'

red 42 ◦ green 149 ◦ blue 99

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

Shades of Eucalyptus #2A9563

Tints of Eucalyptus #2A9563

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.38%

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 14.48%
G = 51.38%
B = 34.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#2A9563 (or 0x2A9563) is known color: Eucalyptus. HEX triplet: 2A, 95 and 63. RGB value is (42,149,99). Sum of RGB (Red+Green+Blue) = 42+149+99=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9563 is #D56A9C. Grayscale: #6F6F6F. Windows color (decimal): -13986461 or 6526250. OLE color: 6526250.

HSL color Cylindrical-coordinate representation of color #2A9563: hue angle of 151.96º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9563 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 99 -
CMYK 0.72 0 0.34 0.42
HSL 151.96º 0.56% 0.37% -
HSV(B) 151.96º 0.72% 0.58% -
XYZ 13.95 22.89 15.49 -
YUV 111.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 42 149 99 0.72 0 0.34 0.42 151.96 0.56 0.37
Hex 2A 95 63 48 0 22 2A 98 38 25
Octal 52 225 143 110 0 42 52 230 70 45
Binary 101010 10010101 1100011 1001000 0 100010 101010 10011000 111000 100101

Color Harmonies of #2A9563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9563

Black with #2A9563

Text Example


Text Example

White with #2A9563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,149,99); }

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

background-color css

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

 a { background-color: rgb(42,149,99); }

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

border-color css

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

 span { border-color: rgb(42,149,99); }

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