Html Css Color HEX #2A9966 Eucalyptus

📋 copy color: '#2A9966'

red 42 ◦ green 153 ◦ blue 102

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

Shades of Eucalyptus #2A9966

Tints of Eucalyptus #2A9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.52%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 14.14%
G = 51.52%
B = 34.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#2A9966 (or 0x2A9966) is known color: Eucalyptus. HEX triplet: 2A, 99 and 66. RGB value is (42,153,102). Sum of RGB (Red+Green+Blue) = 42+153+102=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9966 is #D56699. Grayscale: #727272. Windows color (decimal): -13985434 or 6723882. OLE color: 6723882.

HSL color Cylindrical-coordinate representation of color #2A9966: hue angle of 152.43º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9966 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 153 102 -
CMYK 0.73 0 0.33 0.4
HSL 152.43º 0.57% 0.38% -
HSV(B) 152.43º 0.73% 0.6% -
XYZ 14.74 24.23 16.47 -
YUV 114 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 42 153 102 0.73 0 0.33 0.4 152.43 0.57 0.38
Hex 2A 99 66 49 0 21 28 98 39 26
Octal 52 231 146 111 0 41 50 230 71 46
Binary 101010 10011001 1100110 1001001 0 100001 101000 10011000 111001 100110

Color Harmonies of #2A9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9966

Black with #2A9966

Text Example


Text Example

White with #2A9966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,153,102); }

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

background-color css

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

 a { background-color: rgb(42,153,102); }

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

border-color css

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

 span { border-color: rgb(42,153,102); }

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