#2B9F5D

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

Shades of Eucalyptus #2B9F5D

Tints of Eucalyptus #2B9F5D

Color information

#2B9F5D (or 0x2B9F5D) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 5D. RGB value is (43,159,93). Sum of RGB (Red+Green+Blue) = 43+159+93=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F5D is #D460A2. Grayscale: #747474. Windows color (decimal): -13918371 or 6135595. OLE color: 6135595.

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

Color convert

RGB4315993-
CMYK0.7300.420.38
HSL145.86º57.43%39.61%-
HSV(B)145.86º72.96%62.35%-
XYZ15.3726.114.58-
YUV116.79114.5775.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=14.58%
G=53.90%
B=31.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159930.7300.420.38145.8657.4339.61
Hex2B9F5D4902A26923928
Octal53237135111052462227150
Binary1010111001111110111011001001010101010011010010010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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