#2B9C72

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

Shades of Eucalyptus #2B9C72

Tints of Eucalyptus #2B9C72

Color information

#2B9C72 (or 0x2B9C72) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9C and 72. RGB value is (43,156,114). Sum of RGB (Red+Green+Blue) = 43+156+114=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C72 is #D4638D. Grayscale: #757575. Windows color (decimal): -13919118 or 7511083. OLE color: 7511083.

HSL color Cylindrical-coordinate representation of color #2B9C72: hue angle of 157.7º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C72 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB43156114-
CMYK0.7200.270.39
HSL157.7º56.78%39.02%-
HSV(B)157.7º72.44%61.18%-
XYZ15.9225.5120-
YUV117.42126.0674.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 156 (61.33% from 255) = 49.84%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=13.74%
G=49.84%
B=36.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431561140.7200.270.39157.756.7839.02
Hex2B9C724801B279e3927
Octal53234162110033472367147
Binary101011100111001110010100100001101110011110011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,156,114); }

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

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

 a { background-color: rgb(43,156,114); }

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

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

 span { border-color: rgb(43,156,114); }

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