#2b9e60

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

Shades of Eucalyptus #2B9E60

Tints of Eucalyptus #2B9E60

Color information

#2B9E60 (or 0x2B9E60) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9E and 60. RGB value is (43,158,96). Sum of RGB (Red+Green+Blue) = 43+158+96=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E60 is #D4619F. Grayscale: #747474. Windows color (decimal): -13918624 or 6331947. OLE color: 6331947.

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

Color convert

RGB4315896-
CMYK0.7300.390.38
HSL147.65º57.21%39.41%-
HSV(B)147.65º72.78%61.96%-
XYZ15.3325.8115.24-
YUV116.55116.475.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=14.48%
G=53.20%
B=32.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43158960.7300.390.38147.6557.2139.41
Hex2B9E604902726943927
Octal53236140111047462247147
Binary1010111001111011000001001001010011110011010010100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9e60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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