#2B9F5A

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

Shades of Eucalyptus #2B9F5A

Tints of Eucalyptus #2B9F5A

Color information

#2B9F5A (or 0x2B9F5A) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 5A. RGB value is (43,159,90). Sum of RGB (Red+Green+Blue) = 43+159+90=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F5A is #D460A5. Grayscale: #747474. Windows color (decimal): -13918374 or 5938987. OLE color: 5938987.

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

Color convert

RGB4315990-
CMYK0.7300.430.38
HSL144.31º57.43%39.61%-
HSV(B)144.31º72.96%62.35%-
XYZ15.2426.0513.9-
YUV116.45113.0775.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=14.73%
G=54.45%
B=30.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43159900.7300.430.38144.3157.4339.61
Hex2B9F5A4902B26903928
Octal53237132111053462207150
Binary1010111001111110110101001001010101110011010010000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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