#2F8C7E

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

Shades of Elm #2F8C7E

Tints of Elm #2F8C7E

Color information

#2F8C7E (or 0x2F8C7E) is unknown color: approx Elm. HEX triplet: 2F, 8C and 7E. RGB value is (47,140,126). Sum of RGB (Red+Green+Blue) = 47+140+126=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C7E is #D07381. Grayscale: #6E6E6E. Windows color (decimal): -13661058 or 8293423. OLE color: 8293423.

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

Color convert

RGB47140126-
CMYK0.6600.100.45
HSL170.97º49.73%36.67%-
HSV(B)170.97º66.43%54.9%-
XYZ14.3220.8723.01-
YUV110.6136.6982.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.02%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=15.02%
G=44.73%
B=40.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471401260.6600.100.45170.9749.7336.67
Hex2F8C7E420A2Dab3225
Octal57214176102012552536245
Binary10111110001100111111010000100101010110110101011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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