#2B9F6A

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

Shades of Eucalyptus #2B9F6A

Tints of Eucalyptus #2B9F6A

Color information

#2B9F6A (or 0x2B9F6A) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 6A. RGB value is (43,159,106). Sum of RGB (Red+Green+Blue) = 43+159+106=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F6A is #D46095. Grayscale: #767676. Windows color (decimal): -13918358 or 6987563. OLE color: 6987563.

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

Color convert

RGB43159106-
CMYK0.7300.330.38
HSL152.59º57.43%39.61%-
HSV(B)152.59º72.96%62.35%-
XYZ1626.3517.88-
YUV118.27121.0774.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=13.96%
G=51.62%
B=34.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591060.7300.330.38152.5957.4339.61
Hex2B9F6A4902126993928
Octal53237152111041462317150
Binary1010111001111111010101001001010000110011010011001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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