Html Css Color HEX #2A966B Eucalyptus

📋 copy color: '#2A966B'

red 42 ◦ green 150 ◦ blue 107

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

Shades of Eucalyptus #2A966B

Tints of Eucalyptus #2A966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 14.05%
G = 50.17%
B = 35.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#2A966B (or 0x2A966B) is known color: Eucalyptus. HEX triplet: 2A, 96 and 6B. RGB value is (42,150,107). Sum of RGB (Red+Green+Blue) = 42+150+107=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #2A966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A966B is #D56994. Grayscale: #707070. Windows color (decimal): -13986197 or 7050794. OLE color: 7050794.

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

Color convert

RGB 42 150 107 -
CMYK 0.72 0 0.29 0.41
HSL 156.11º 0.56% 0.38% -
HSV(B) 156.11º 0.72% 0.59% -
XYZ 14.52 23.37 17.66 -
YUV 112.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 42 150 107 0.72 0 0.29 0.41 156.11 0.56 0.38
Hex 2A 96 6B 48 0 1D 29 9C 38 26
Octal 52 226 153 110 0 35 51 234 70 46
Binary 101010 10010110 1101011 1001000 0 11101 101001 10011100 111000 100110

Color Harmonies of #2A966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A966B

Black with #2A966B

Text Example


Text Example

White with #2A966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,150,107); }

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

background-color css

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

 a { background-color: rgb(42,150,107); }

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

border-color css

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

 span { border-color: rgb(42,150,107); }

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