Html Css Color HEX #2A975A Eucalyptus

📋 copy color: '#2A975A'

red 42 ◦ green 151 ◦ blue 90

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

Shades of Eucalyptus #2A975A

Tints of Eucalyptus #2A975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.36%

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

R = 14.84%
G = 53.36%
B = 31.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#2A975A (or 0x2A975A) is known color: Eucalyptus. HEX triplet: 2A, 97 and 5A. RGB value is (42,151,90). Sum of RGB (Red+Green+Blue) = 42+151+90=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #2A975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A975A is #D568A5. Grayscale: #6F6F6F. Windows color (decimal): -13985958 or 5936938. OLE color: 5936938.

HSL color Cylindrical-coordinate representation of color #2A975A: hue angle of 146.42º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A975A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 151 90 -
CMYK 0.72 0 0.40 0.41
HSL 146.42º 0.56% 0.38% -
HSV(B) 146.42º 0.72% 0.59% -
XYZ 13.87 23.36 13.45 -
YUV 111.46 115.89 78.46 -
System Red Green Blue C M Y K H S L
Decimal 42 151 90 0.72 0 0.40 0.41 146.42 0.56 0.38
Hex 2A 97 5A 48 0 28 29 92 38 26
Octal 52 227 132 110 0 50 51 222 70 46
Binary 101010 10010111 1011010 1001000 0 101000 101001 10010010 111000 100110

Color Harmonies of #2A975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A975A

Black with #2A975A

Text Example


Text Example

White with #2A975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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