#279F50

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

Shades of Eucalyptus #279F50

Tints of Eucalyptus #279F50

Color information

#279F50 (or 0x279F50) is unknown color: approx Eucalyptus. HEX triplet: 27, 9F and 50. RGB value is (39,159,80). Sum of RGB (Red+Green+Blue) = 39+159+80=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 159 (62.5% from 255 or 57.19% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 159 - color contains mainly: green. Hex color #279F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279F50 is #D860AF. Grayscale: #727272. Windows color (decimal): -14180528 or 5283623. OLE color: 5283623.

HSL color Cylindrical-coordinate representation of color #279F50: hue angle of 140.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F50 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB3915980-
CMYK0.7500.500.38
HSL140.5º60.61%38.82%-
HSV(B)140.5º75.47%62.35%-
XYZ14.6825.8111.8-
YUV114.11108.7474.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 159 (62.5% from 255) = 57.19%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=14.03%
G=57.19%
B=28.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39159800.7500.500.38140.560.6138.82
Hex279F504B032268c3d27
Octal47237120113062462147547
Binary1001111001111110100001001011011001010011010001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279F50; }

 p { color: rgb(39,159,80); }

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

<style>
 a { background-color: #279F50; }

 a { background-color: rgb(39,159,80); }

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

<style>
 span { border-color: #279F50; }

 span { border-color: rgb(39,159,80); }

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