#2B8E63

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

Shades of Eucalyptus #2B8E63

Tints of Eucalyptus #2B8E63

Color information

#2B8E63 (or 0x2B8E63) is unknown color: approx Eucalyptus. HEX triplet: 2B, 8E and 63. RGB value is (43,142,99). Sum of RGB (Red+Green+Blue) = 43+142+99=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8E63 is #D4719C. Grayscale: #6B6B6B. Windows color (decimal): -13922717 or 6524459. OLE color: 6524459.

HSL color Cylindrical-coordinate representation of color #2B8E63: hue angle of 153.94º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E63 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB4314299-
CMYK0.7000.300.44
HSL153.94º53.51%36.27%-
HSV(B)153.94º69.72%55.69%-
XYZ12.9220.7615.13-
YUV107.5123.282-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=15.14%
G=50%
B=34.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43142990.7000.300.44153.9453.5136.27
Hex2B8E634601E2C9a3624
Octal53216143106036542326644
Binary101011100011101100011100011001111010110010011010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,99); }

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

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

 a { background-color: rgb(43,142,99); }

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

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

 span { border-color: rgb(43,142,99); }

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