#2F8477

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

Shades of Elm #2F8477

Tints of Elm #2F8477

Color information

#2F8477 (or 0x2F8477) is unknown color: approx Elm. HEX triplet: 2F, 84 and 77. RGB value is (47,132,119). Sum of RGB (Red+Green+Blue) = 47+132+119=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8477 is #D07B88. Grayscale: #696969. Windows color (decimal): -13663113 or 7832623. OLE color: 7832623.

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

Color convert

RGB47132119-
CMYK0.6400.100.48
HSL170.82º47.49%35.1%-
HSV(B)170.82º64.39%51.76%-
XYZ12.7518.4420.34-
YUV105.1135.8486.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.77%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=15.77%
G=44.30%
B=39.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal471321190.6400.100.48170.8247.4935.1
Hex2F8477400A30ab2f23
Octal57204167100012602535743
Binary10111110000100111011110000000101011000010101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,119); }

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

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

 a { background-color: rgb(47,132,119); }

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

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

 span { border-color: rgb(47,132,119); }

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