#2B9D69

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

Shades of Eucalyptus #2B9D69

Tints of Eucalyptus #2B9D69

Color information

#2B9D69 (or 0x2B9D69) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9D and 69. RGB value is (43,157,105). Sum of RGB (Red+Green+Blue) = 43+157+105=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D69 is #D46296. Grayscale: #757575. Windows color (decimal): -13918871 or 6921515. OLE color: 6921515.

HSL color Cylindrical-coordinate representation of color #2B9D69: hue angle of 152.63º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D69 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB43157105-
CMYK0.7300.330.38
HSL152.63º57%39.22%-
HSV(B)152.63º72.61%61.57%-
XYZ15.625.6517.49-
YUV116.99121.2375.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=14.10%
G=51.48%
B=34.43%

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
Decimal431571050.7300.330.38152.635739.22
Hex2B9D694902126993927
Octal53235151111041462317147
Binary1010111001110111010011001001010000110011010011001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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