#2B9F60

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

Shades of Eucalyptus #2B9F60

Tints of Eucalyptus #2B9F60

Color information

#2B9F60 (or 0x2B9F60) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 60. RGB value is (43,159,96). Sum of RGB (Red+Green+Blue) = 43+159+96=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F60 is #D4609F. Grayscale: #757575. Windows color (decimal): -13918368 or 6332203. OLE color: 6332203.

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

Color convert

RGB4315996-
CMYK0.7300.400.38
HSL147.41º57.43%39.61%-
HSV(B)147.41º72.96%62.35%-
XYZ15.5126.1515.3-
YUV117.13116.0775.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=14.43%
G=53.36%
B=32.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159960.7300.400.38147.4157.4339.61
Hex2B9F604902826933928
Octal53237140111050462237150
Binary1010111001111111000001001001010100010011010010011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,159,96); }

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

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

 a { background-color: rgb(43,159,96); }

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

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

 span { border-color: rgb(43,159,96); }

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