#2F8C79

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

Shades of Elm #2F8C79

Tints of Elm #2F8C79

Color information

#2F8C79 (or 0x2F8C79) is unknown color: approx Elm. HEX triplet: 2F, 8C and 79. RGB value is (47,140,121). Sum of RGB (Red+Green+Blue) = 47+140+121=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C79 is #D07386. Grayscale: #6E6E6E. Windows color (decimal): -13661063 or 7965743. OLE color: 7965743.

HSL color Cylindrical-coordinate representation of color #2F8C79: hue angle of 167.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C79 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB47140121-
CMYK0.6600.140.45
HSL167.74º49.73%36.67%-
HSV(B)167.74º66.43%54.9%-
XYZ1420.7421.35-
YUV110.03134.1983.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 140 (55.08% from 255) = 45.45%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=15.26%
G=45.45%
B=39.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471401210.6600.140.45167.7449.7336.67
Hex2F8C79420E2Da83225
Octal57214171102016552506245
Binary10111110001100111100110000100111010110110101000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,140,121); }

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

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

 a { background-color: rgb(47,140,121); }

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

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

 span { border-color: rgb(47,140,121); }

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