#2B956A

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

Shades of Eucalyptus #2B956A

Tints of Eucalyptus #2B956A

Color information

#2B956A (or 0x2B956A) is unknown color: approx Eucalyptus. HEX triplet: 2B, 95 and 6A. RGB value is (43,149,106). Sum of RGB (Red+Green+Blue) = 43+149+106=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #2B956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B956A is #D46A95. Grayscale: #707070. Windows color (decimal): -13920918 or 6985003. OLE color: 6985003.

HSL color Cylindrical-coordinate representation of color #2B956A: hue angle of 155.66º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B956A is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB43149106-
CMYK0.7100.290.42
HSL155.66º55.21%37.65%-
HSV(B)155.66º71.14%58.43%-
XYZ14.3523.0517.33-
YUV112.4124.3878.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=14.43%
G=50%
B=35.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431491060.7100.290.42155.6655.2137.65
Hex2B956A4701D2A9c3726
Octal53225152107035522346746
Binary101011100101011101010100011101110110101010011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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