#2C9E6B

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

Shades of Eucalyptus #2C9E6B

Tints of Eucalyptus #2C9E6B

Color information

#2C9E6B (or 0x2C9E6B) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9E and 6B. RGB value is (44,158,107). Sum of RGB (Red+Green+Blue) = 44+158+107=309 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.24% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E6B is #D36194. Grayscale: #767676. Windows color (decimal): -13853077 or 7052844. OLE color: 7052844.

HSL color Cylindrical-coordinate representation of color #2C9E6B: hue angle of 153.16º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E6B is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB44158107-
CMYK0.7200.320.38
HSL153.16º56.44%39.61%-
HSV(B)153.16º72.15%61.96%-
XYZ15.9226.0518.1-
YUV118.1121.7375.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.24%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=14.24%
G=51.13%
B=34.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441581070.7200.320.38153.1656.4439.61
Hex2C9E6B4802026993828
Octal54236153110040462317050
Binary1011001001111011010111001000010000010011010011001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,107); }

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

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

 a { background-color: rgb(44,158,107); }

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

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

 span { border-color: rgb(44,158,107); }

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