#2B9968

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

Shades of Eucalyptus #2B9968

Tints of Eucalyptus #2B9968

Color information

#2B9968 (or 0x2B9968) is unknown color: approx Eucalyptus. HEX triplet: 2B, 99 and 68. RGB value is (43,153,104). Sum of RGB (Red+Green+Blue) = 43+153+104=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9968 is #D46697. Grayscale: #727272. Windows color (decimal): -13919896 or 6854955. OLE color: 6854955.

HSL color Cylindrical-coordinate representation of color #2B9968: hue angle of 153.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9968 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB43153104-
CMYK0.7200.320.4
HSL153.27º56.12%38.43%-
HSV(B)153.27º71.9%60%-
XYZ14.8924.317-
YUV114.52122.0676.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=14.33%
G=51%
B=34.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431531040.7200.320.4153.2756.1238.43
Hex2B99684802028993826
Octal53231150110040502317046
Binary1010111001100111010001001000010000010100010011001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,153,104); }

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

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

 a { background-color: rgb(43,153,104); }

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

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

 span { border-color: rgb(43,153,104); }

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