#2BAE5E

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

Shades of Eucalyptus #2BAE5E

Tints of Eucalyptus #2BAE5E

Color information

#2BAE5E (or 0x2BAE5E) is unknown color: approx Eucalyptus. HEX triplet: 2B, AE and 5E. RGB value is (43,174,94). Sum of RGB (Red+Green+Blue) = 43+174+94=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE5E is #D451A1. Grayscale: #7D7D7D. Windows color (decimal): -13914530 or 6204971. OLE color: 6204971.

HSL color Cylindrical-coordinate representation of color #2BAE5E: hue angle of 143.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE5E is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB4317494-
CMYK0.7500.460.32
HSL143.36º60.37%42.55%-
HSV(B)143.36º75.29%68.24%-
XYZ18.1531.5915.73-
YUV125.71110.169-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=13.83%
G=55.95%
B=30.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43174940.7500.460.32143.3660.3742.55
Hex2BAE5E4B02E208f3c2b
Octal53256136113056402177453
Binary1010111010111010111101001011010111010000010001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,174,94); }

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

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

 a { background-color: rgb(43,174,94); }

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

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

 span { border-color: rgb(43,174,94); }

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