#2F8D81

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

Shades of Elm #2F8D81

Tints of Elm #2F8D81

Color information

#2F8D81 (or 0x2F8D81) is unknown color: approx Elm. HEX triplet: 2F, 8D and 81. RGB value is (47,141,129). Sum of RGB (Red+Green+Blue) = 47+141+129=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8D81 is #D0727E. Grayscale: #6F6F6F. Windows color (decimal): -13660799 or 8490287. OLE color: 8490287.

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

Color convert

RGB47141129-
CMYK0.6700.090.45
HSL172.34º50%36.86%-
HSV(B)172.34º66.67%55.29%-
XYZ14.6621.2424.1-
YUV111.53137.8681.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=14.83%
G=44.48%
B=40.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471411290.6700.090.45172.345036.86
Hex2F8D8143092Dac3225
Octal57215201103011552546245
Binary101111100011011000000110000110100110110110101100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,141,129); }

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

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

 a { background-color: rgb(47,141,129); }

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

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

 span { border-color: rgb(47,141,129); }

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