Html Css Color HEX #2A9565 Eucalyptus

📋 copy color: '#2A9565'

red 42 ◦ green 149 ◦ blue 101

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

Shades of Eucalyptus #2A9565

Tints of Eucalyptus #2A9565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 14.38%
G = 51.03%
B = 34.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#2A9565 (or 0x2A9565) is known color: Eucalyptus. HEX triplet: 2A, 95 and 65. RGB value is (42,149,101). Sum of RGB (Red+Green+Blue) = 42+149+101=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9565 is #D56A9A. Grayscale: #6F6F6F. Windows color (decimal): -13986459 or 6657322. OLE color: 6657322.

HSL color Cylindrical-coordinate representation of color #2A9565: hue angle of 153.08º 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 #2A9565 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 149 101 -
CMYK 0.72 0 0.32 0.42
HSL 153.08º 0.56% 0.37% -
HSV(B) 153.08º 0.72% 0.58% -
XYZ 14.05 22.93 16 -
YUV 111.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 42 149 101 0.72 0 0.32 0.42 153.08 0.56 0.37
Hex 2A 95 65 48 0 20 2A 99 38 25
Octal 52 225 145 110 0 40 52 231 70 45
Binary 101010 10010101 1100101 1001000 0 100000 101010 10011001 111000 100101

Color Harmonies of #2A9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9565

Black with #2A9565

Text Example


Text Example

White with #2A9565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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