Html Css Color HEX #2A9163 Eucalyptus

📋 copy color: '#2A9163'

red 42 ◦ green 145 ◦ blue 99

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

Shades of Eucalyptus #2A9163

Tints of Eucalyptus #2A9163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.7%

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

R = 14.69%
G = 50.7%
B = 34.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#2A9163 (or 0x2A9163) is known color: Eucalyptus. HEX triplet: 2A, 91 and 63. RGB value is (42,145,99). Sum of RGB (Red+Green+Blue) = 42+145+99=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #2A9163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9163 is #D56E9C. Grayscale: #6D6D6D. Windows color (decimal): -13987485 or 6525226. OLE color: 6525226.

HSL color Cylindrical-coordinate representation of color #2A9163: hue angle of 153.2º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9163 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 145 99 -
CMYK 0.71 0 0.32 0.43
HSL 153.2º 0.55% 0.37% -
HSV(B) 153.2º 0.71% 0.57% -
XYZ 13.33 21.64 15.28 -
YUV 108.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 42 145 99 0.71 0 0.32 0.43 153.2 0.55 0.37
Hex 2A 91 63 47 0 20 2B 99 37 25
Octal 52 221 143 107 0 40 53 231 67 45
Binary 101010 10010001 1100011 1000111 0 100000 101011 10011001 110111 100101

Color Harmonies of #2A9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9163

Black with #2A9163

Text Example


Text Example

White with #2A9163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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