#2C9D6B

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

Shades of Eucalyptus #2C9D6B

Tints of Eucalyptus #2C9D6B

Color information

#2C9D6B (or 0x2C9D6B) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9D and 6B. RGB value is (44,157,107). Sum of RGB (Red+Green+Blue) = 44+157+107=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D6B is #D36294. Grayscale: #757575. Windows color (decimal): -13853333 or 7052588. OLE color: 7052588.

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

Color convert

RGB44157107-
CMYK0.7200.320.38
HSL153.45º56.22%39.41%-
HSV(B)153.45º71.97%61.57%-
XYZ15.7525.7118.04-
YUV117.51122.0675.57-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=14.29%
G=50.97%
B=34.74%

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
Decimal441571070.7200.320.38153.4556.2239.41
Hex2C9D6B4802026993827
Octal54235153110040462317047
Binary1011001001110111010111001000010000010011010011001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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