#0F8E48

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

Shades of Salem #0F8E48

Tints of Salem #0F8E48

Color information

#0F8E48 (or 0x0F8E48) is unknown color: approx Salem. HEX triplet: 0F, 8E and 48. RGB value is (15,142,72). Sum of RGB (Red+Green+Blue) = 15+142+72=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8E48 is #F071B7. Grayscale: #606060. Windows color (decimal): -15757752 or 4754959. OLE color: 4754959.

HSL color Cylindrical-coordinate representation of color #0F8E48: hue angle of 146.93º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E48 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1514272-
CMYK0.8900.490.44
HSL146.93º80.89%30.78%-
HSV(B)146.93º89.44%55.69%-
XYZ11.0419.929.39-
YUV96.05114.4270.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 142 (55.86% from 255) = 62.01%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=6.55%
G=62.01%
B=31.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15142720.8900.490.44146.9380.8930.78
HexF8E48590312C93511f
Octal172161101310615422312137
Binary11111000111010010001011001011000110110010010011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,142,72); }

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

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

 a { background-color: rgb(15,142,72); }

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

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

 span { border-color: rgb(15,142,72); }

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