#2B9963

Color #2B9963 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2B9963

Tints of Eucalyptus #2B9963

Color information

#2B9963 (or 0x2B9963) is unknown color: approx Eucalyptus. HEX triplet: 2B, 99 and 63. RGB value is (43,153,99). Sum of RGB (Red+Green+Blue) = 43+153+99=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9963 is #D4669C. Grayscale: #727272. Windows color (decimal): -13919901 or 6527275. OLE color: 6527275.

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

Color convert

RGB4315399-
CMYK0.7200.350.4
HSL150.55º56.12%38.43%-
HSV(B)150.55º71.9%60%-
XYZ14.6424.215.7-
YUV113.95119.5677.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=14.58%
G=51.86%
B=33.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153990.7200.350.4150.5556.1238.43
Hex2B99634802328973826
Octal53231143110043502277046
Binary1010111001100111000111001000010001110100010010111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,153,99); }

 H1.HeaderClassName
 {
   color: #2B9963;
 }
 .AnyTagClassName
 {
   color: #2B9963;
 }
</style>
background-color css

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

 a { background-color: rgb(43,153,99); }

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

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

 span { border-color: rgb(43,153,99); }

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