#2B9F69

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

Shades of Eucalyptus #2B9F69

Tints of Eucalyptus #2B9F69

Color information

#2B9F69 (or 0x2B9F69) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9F and 69. RGB value is (43,159,105). Sum of RGB (Red+Green+Blue) = 43+159+105=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F69 is #D46096. Grayscale: #767676. Windows color (decimal): -13918359 or 6922027. OLE color: 6922027.

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

Color convert

RGB43159105-
CMYK0.7300.340.38
HSL152.07º57.43%39.61%-
HSV(B)152.07º72.96%62.35%-
XYZ15.9426.3317.61-
YUV118.16120.5774.39-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.01%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=14.01%
G=51.79%
B=34.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431591050.7300.340.38152.0757.4339.61
Hex2B9F694902226983928
Octal53237151111042462307150
Binary1010111001111111010011001001010001010011010011000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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