#279f4f

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

Shades of Eucalyptus #279F4F

Tints of Eucalyptus #279F4F

Color information

#279F4F (or 0x279F4F) is unknown color: approx Eucalyptus. HEX triplet: 27, 9F and 4F. RGB value is (39,159,79). Sum of RGB (Red+Green+Blue) = 39+159+79=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #279F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279F4F is #D860B0. Grayscale: #727272. Windows color (decimal): -14180529 or 5218087. OLE color: 5218087.

HSL color Cylindrical-coordinate representation of color #279F4F: hue angle of 140º 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 #279F4F is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB3915979-
CMYK0.7500.500.38
HSL140º60.61%38.82%-
HSV(B)140º75.47%62.35%-
XYZ14.6525.7911.6-
YUV114108.2474.5-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 159 (62.5% from 255) = 57.40%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=14.08%
G=57.40%
B=28.52%

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
Decimal39159790.7500.500.3814060.6138.82
Hex279F4F4B032268c3d27
Octal47237117113062462147547
Binary1001111001111110011111001011011001010011010001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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