#0F8B3D

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

Shades of Salem #0F8B3D

Tints of Salem #0F8B3D

Color information

#0F8B3D (or 0x0F8B3D) is unknown color: approx Salem. HEX triplet: 0F, 8B and 3D. RGB value is (15,139,61). Sum of RGB (Red+Green+Blue) = 15+139+61=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 139 (54.69% from 255 or 64.65% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8B3D is #F074C2. Grayscale: #5D5D5D. Windows color (decimal): -15758531 or 4033295. OLE color: 4033295.

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

Color convert

RGB1513961-
CMYK0.8900.560.45
HSL142.26º80.52%30.2%-
HSV(B)142.26º89.21%54.51%-
XYZ10.2718.97.52-
YUV93.03109.9272.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 139 (54.69% from 255) = 64.65%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=6.98%
G=64.65%
B=28.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal15139610.8900.560.45142.2680.5230.2
HexF8B3D590382D8e511e
Octal17213751310705521612136
Binary1111100010111111011011001011100010110110001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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