Html Css Color HEX #2A9568 Eucalyptus

📋 copy color: '#2A9568'

red 42 ◦ green 149 ◦ blue 104

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

Shades of Eucalyptus #2A9568

Tints of Eucalyptus #2A9568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 14.24%
G = 50.51%
B = 35.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#2A9568 (or 0x2A9568) is known color: Eucalyptus. HEX triplet: 2A, 95 and 68. RGB value is (42,149,104). Sum of RGB (Red+Green+Blue) = 42+149+104=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #2A9568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9568 is #D56A97. Grayscale: #6F6F6F. Windows color (decimal): -13986456 or 6853930. OLE color: 6853930.

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

Color convert

RGB 42 149 104 -
CMYK 0.72 0 0.30 0.42
HSL 154.77º 0.56% 0.37% -
HSV(B) 154.77º 0.72% 0.58% -
XYZ 14.2 22.99 16.79 -
YUV 111.88 123.55 78.16 -
System Red Green Blue C M Y K H S L
Decimal 42 149 104 0.72 0 0.30 0.42 154.77 0.56 0.37
Hex 2A 95 68 48 0 1E 2A 9B 38 25
Octal 52 225 150 110 0 36 52 233 70 45
Binary 101010 10010101 1101000 1001000 0 11110 101010 10011011 111000 100101

Color Harmonies of #2A9568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9568

Black with #2A9568

Text Example


Text Example

White with #2A9568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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