#2F857C

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

Shades of Elm #2F857C

Tints of Elm #2F857C

Color information

#2F857C (or 0x2F857C) is unknown color: approx Elm. HEX triplet: 2F, 85 and 7C. RGB value is (47,133,124). Sum of RGB (Red+Green+Blue) = 47+133+124=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #2F857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F857C is #D07A83. Grayscale: #6A6A6A. Windows color (decimal): -13662852 or 8160559. OLE color: 8160559.

HSL color Cylindrical-coordinate representation of color #2F857C: hue angle of 173.72º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F857C is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB47133124-
CMYK0.6500.070.48
HSL173.72º47.78%35.29%-
HSV(B)173.72º64.66%52.16%-
XYZ13.218.8322.01-
YUV106.26138.0185.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.46%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=15.46%
G=43.75%
B=40.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471331240.6500.070.48173.7247.7835.29
Hex2F857C410730ae3023
Octal5720517410107602566043
Binary1011111000010111111001000001011111000010101110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,133,124); }

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

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

 a { background-color: rgb(47,133,124); }

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

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

 span { border-color: rgb(47,133,124); }

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