#2B9F5E

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

Shades of Eucalyptus #2B9F5E

Tints of Eucalyptus #2B9F5E

Color information

#2B9F5E (or 0x2B9F5E) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 5E. RGB value is (43,159,94). Sum of RGB (Red+Green+Blue) = 43+159+94=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 159 (62.5% from 255 or 53.72% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F5E is #D460A1. Grayscale: #757575. Windows color (decimal): -13918370 or 6201131. OLE color: 6201131.

HSL color Cylindrical-coordinate representation of color #2B9F5E: hue angle of 146.38º 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 #2B9F5E is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB4315994-
CMYK0.7300.410.38
HSL146.38º57.43%39.61%-
HSV(B)146.38º72.96%62.35%-
XYZ15.4126.1214.82-
YUV116.91115.0775.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 159 (62.5% from 255) = 53.72%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=14.53%
G=53.72%
B=31.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159940.7300.410.38146.3857.4339.61
Hex2B9F5E4902926923928
Octal53237136111051462227150
Binary1010111001111110111101001001010100110011010010010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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