#2F8B7E

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

Shades of Elm #2F8B7E

Tints of Elm #2F8B7E

Color information

#2F8B7E (or 0x2F8B7E) is unknown color: approx Elm. HEX triplet: 2F, 8B and 7E. RGB value is (47,139,126). Sum of RGB (Red+Green+Blue) = 47+139+126=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B7E is #D07481. Grayscale: #6D6D6D. Windows color (decimal): -13661314 or 8293167. OLE color: 8293167.

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

Color convert

RGB47139126-
CMYK0.6600.090.45
HSL171.52º49.46%36.47%-
HSV(B)171.52º66.19%54.51%-
XYZ14.1720.5822.96-
YUV110.01137.0283.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.06%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=15.06%
G=44.55%
B=40.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471391260.6600.090.45171.5249.4636.47
Hex2F8B7E42092Dac3124
Octal57213176102011552546144
Binary10111110001011111111010000100100110110110101100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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