#2C986F

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

Shades of Eucalyptus #2C986F

Tints of Eucalyptus #2C986F

Color information

#2C986F (or 0x2C986F) is unknown color: approx Eucalyptus. HEX triplet: 2C, 98 and 6F. RGB value is (44,152,111). Sum of RGB (Red+Green+Blue) = 44+152+111=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #2C986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C986F is #D36790. Grayscale: #737373. Windows color (decimal): -13854609 or 7313452. OLE color: 7313452.

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

Color convert

RGB44152111-
CMYK0.7100.270.40
HSL157.22º55.1%38.43%-
HSV(B)157.22º71.05%59.61%-
XYZ15.1424.1418.9-
YUV115.03125.7277.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=14.33%
G=49.51%
B=36.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521110.7100.270.40157.2255.138.43
Hex2C986F4701B289d3726
Octal54230157107033502356746
Binary101100100110001101111100011101101110100010011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,152,111); }

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

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

 a { background-color: rgb(44,152,111); }

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

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

 span { border-color: rgb(44,152,111); }

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