#2B9461

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

Shades of Eucalyptus #2B9461

Tints of Eucalyptus #2B9461

Color information

#2B9461 (or 0x2B9461) is unknown color: approx Eucalyptus. HEX triplet: 2B, 94 and 61. RGB value is (43,148,97). Sum of RGB (Red+Green+Blue) = 43+148+97=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9461 is #D46B9E. Grayscale: #6E6E6E. Windows color (decimal): -13921183 or 6394923. OLE color: 6394923.

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

Color convert

RGB4314897-
CMYK0.7100.340.42
HSL150.86º54.97%37.45%-
HSV(B)150.86º70.95%58.04%-
XYZ13.7422.5614.94-
YUV110.79120.2179.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.93%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=14.93%
G=51.39%
B=33.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43148970.7100.340.42150.8654.9737.45
Hex2B9461470222A973725
Octal53224141107042522276745
Binary1010111001010011000011000111010001010101010010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,148,97); }

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

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

 a { background-color: rgb(43,148,97); }

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

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

 span { border-color: rgb(43,148,97); }

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