#2C986E

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

Shades of Eucalyptus #2C986E

Tints of Eucalyptus #2C986E

Color information

#2C986E (or 0x2C986E) is unknown color: approx Eucalyptus. HEX triplet: 2C, 98 and 6E. RGB value is (44,152,110). Sum of RGB (Red+Green+Blue) = 44+152+110=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #2C986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C986E is #D36791. Grayscale: #727272. Windows color (decimal): -13854610 or 7247916. OLE color: 7247916.

HSL color Cylindrical-coordinate representation of color #2C986E: hue angle of 156.67º 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 #2C986E is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB44152110-
CMYK0.7100.280.40
HSL156.67º55.1%38.43%-
HSV(B)156.67º71.05%59.61%-
XYZ15.0824.1218.61-
YUV114.92125.2277.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.38%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=14.38%
G=49.67%
B=35.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521100.7100.280.40156.6755.138.43
Hex2C986E4701C289d3726
Octal54230156107034502356746
Binary101100100110001101110100011101110010100010011101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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