#0F8247

Color #0F8247 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0F8247

Tints of Salem #0F8247

Color information

#0F8247 (or 0x0F8247) is unknown color: approx Salem. HEX triplet: 0F, 82 and 47. RGB value is (15,130,71). Sum of RGB (Red+Green+Blue) = 15+130+71=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8247 is #F07DB8. Grayscale: #595959. Windows color (decimal): -15760825 or 4686351. OLE color: 4686351.

HSL color Cylindrical-coordinate representation of color #0F8247: hue angle of 149.22º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8247 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1513071-
CMYK0.8800.450.49
HSL149.22º79.31%28.43%-
HSV(B)149.22º88.46%50.98%-
XYZ9.3216.528.66-
YUV88.89117.975.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.94%
GREEN value IS 130 (51.17% from 255) = 60.19%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=6.94%
G=60.19%
B=32.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130710.8800.450.49149.2279.3128.43
HexF82475802D31954f1c
Octal172021071300556122511734
Binary11111000001010001111011000010110111000110010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8247; }

 p { color: rgb(15,130,71); }

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

<style>
 a { background-color: #0F8247; }

 a { background-color: rgb(15,130,71); }

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

<style>
 span { border-color: #0F8247; }

 span { border-color: rgb(15,130,71); }

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