#0F8249

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

Shades of Salem #0F8249

Tints of Salem #0F8249

Color information

#0F8249 (or 0x0F8249) is unknown color: approx Salem. HEX triplet: 0F, 82 and 49. RGB value is (15,130,73). Sum of RGB (Red+Green+Blue) = 15+130+73=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8249 is #F07DB6. Grayscale: #595959. Windows color (decimal): -15760823 or 4817423. OLE color: 4817423.

HSL color Cylindrical-coordinate representation of color #0F8249: hue angle of 150.26º 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 #0F8249 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1513073-
CMYK0.8800.440.49
HSL150.26º79.31%28.43%-
HSV(B)150.26º88.46%50.98%-
XYZ9.3816.559-
YUV89.12118.975.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=6.88%
G=59.63%
B=33.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15130730.8800.440.49150.2679.3128.43
HexF82495802C31964f1c
Octal172021111300546122611734
Binary11111000001010010011011000010110011000110010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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