#2bad5d

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

Shades of Eucalyptus #2BAD5D

Tints of Eucalyptus #2BAD5D

Color information

#2BAD5D (or 0x2BAD5D) is unknown color: approx Eucalyptus. HEX triplet: 2B, AD and 5D. RGB value is (43,173,93). Sum of RGB (Red+Green+Blue) = 43+173+93=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD5D is #D452A2. Grayscale: #7D7D7D. Windows color (decimal): -13914787 or 6139179. OLE color: 6139179.

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

Color convert

RGB4317393-
CMYK0.7500.460.32
HSL143.08º60.19%42.35%-
HSV(B)143.08º75.14%67.84%-
XYZ17.9231.1915.43-
YUV125.01109.9369.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 173 (67.97% from 255) = 55.99%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=13.92%
G=55.99%
B=30.10%

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
Decimal43173930.7500.460.32143.0860.1942.35
Hex2BAD5D4B02E208f3c2a
Octal53255135113056402177452
Binary1010111010110110111011001011010111010000010001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bad5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,173,93); }

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

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

 a { background-color: rgb(43,173,93); }

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

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

 span { border-color: rgb(43,173,93); }

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