#2F8D7E

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

Shades of Elm #2F8D7E

Tints of Elm #2F8D7E

Color information

#2F8D7E (or 0x2F8D7E) is unknown color: approx Elm. HEX triplet: 2F, 8D and 7E. RGB value is (47,141,126). Sum of RGB (Red+Green+Blue) = 47+141+126=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8D7E is #D07281. Grayscale: #6F6F6F. Windows color (decimal): -13660802 or 8293679. OLE color: 8293679.

HSL color Cylindrical-coordinate representation of color #2F8D7E: hue angle of 170.43º 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 #2F8D7E is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB47141126-
CMYK0.6700.110.45
HSL170.43º50%36.86%-
HSV(B)170.43º66.67%55.29%-
XYZ14.4621.1623.06-
YUV111.18136.3682.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.97%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=14.97%
G=44.90%
B=40.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471411260.6700.110.45170.435036.86
Hex2F8D7E430B2Daa3225
Octal57215176103013552526245
Binary10111110001101111111010000110101110110110101010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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