#2C9D68

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

Shades of Eucalyptus #2C9D68

Tints of Eucalyptus #2C9D68

Color information

#2C9D68 (or 0x2C9D68) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9D and 68. RGB value is (44,157,104). Sum of RGB (Red+Green+Blue) = 44+157+104=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D68 is #D36297. Grayscale: #757575. Windows color (decimal): -13853336 or 6855980. OLE color: 6855980.

HSL color Cylindrical-coordinate representation of color #2C9D68: hue angle of 151.86º 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 #2C9D68 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB44157104-
CMYK0.7200.340.38
HSL151.86º56.22%39.41%-
HSV(B)151.86º71.97%61.57%-
XYZ15.5925.6517.23-
YUV117.17120.5675.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.43%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=14.43%
G=51.48%
B=34.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441571040.7200.340.38151.8656.2239.41
Hex2C9D684802226983827
Octal54235150110042462307047
Binary1011001001110111010001001000010001010011010011000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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