#0F893C

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

Shades of Salem #0F893C

Tints of Salem #0F893C

Color information

#0F893C (or 0x0F893C) is unknown color: approx Salem. HEX triplet: 0F, 89 and 3C. RGB value is (15,137,60). Sum of RGB (Red+Green+Blue) = 15+137+60=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #0F893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F893C is #F076C3. Grayscale: #5B5B5B. Windows color (decimal): -15759044 or 3967247. OLE color: 3967247.

HSL color Cylindrical-coordinate representation of color #0F893C: hue angle of 142.13º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F893C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1513760-
CMYK0.8900.560.46
HSL142.13º80.26%29.8%-
HSV(B)142.13º89.05%53.73%-
XYZ9.9618.327.29-
YUV91.74110.0873.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 137 (53.91% from 255) = 64.62%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=7.08%
G=64.62%
B=28.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal15137600.8900.560.46142.1380.2629.8
HexF893C590382E8e501e
Octal17211741310705621612036
Binary1111100010011111001011001011100010111010001110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,137,60); }

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

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

 a { background-color: rgb(15,137,60); }

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

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

 span { border-color: rgb(15,137,60); }

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