#0F8F3D

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

Shades of Salem #0F8F3D

Tints of Salem #0F8F3D

Color information

#0F8F3D (or 0x0F8F3D) is unknown color: approx Salem. HEX triplet: 0F, 8F and 3D. RGB value is (15,143,61). Sum of RGB (Red+Green+Blue) = 15+143+61=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 143 (56.25% from 255 or 65.30% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8F3D is #F070C2. Grayscale: #5F5F5F. Windows color (decimal): -15757507 or 4034319. OLE color: 4034319.

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

Color convert

RGB1514361-
CMYK0.9000.570.44
HSL141.56º81.01%30.98%-
HSV(B)141.56º89.51%56.08%-
XYZ10.8620.087.72-
YUV95.38108.5970.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 143 (56.25% from 255) = 65.30%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=6.85%
G=65.30%
B=27.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15143610.9000.570.44141.5681.0130.98
HexF8F3D5A0392C8e511f
Octal17217751320715421612137
Binary1111100011111111011011010011100110110010001110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,61); }

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

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

 a { background-color: rgb(15,143,61); }

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

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

 span { border-color: rgb(15,143,61); }

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