#0F312E

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

Shades of Swamp #0F312E

Tints of Swamp #0F312E

Color information

#0F312E (or 0x0F312E) is unknown color: approx Swamp. HEX triplet: 0F, 31 and 2E. RGB value is (15,49,46). Sum of RGB (Red+Green+Blue) = 15+49+46=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #0F312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F312E is #F0CED1. Grayscale: #262626. Windows color (decimal): -15781586 or 3027215. OLE color: 3027215.

HSL color Cylindrical-coordinate representation of color #0F312E: hue angle of 174.71º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F312E is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB154946-
CMYK0.6900.060.81
HSL174.71º53.12%12.55%-
HSV(B)174.71º69.39%19.22%-
XYZ1.792.52.97-
YUV38.49132.24111.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=13.64%
G=44.55%
B=41.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549460.6900.060.81174.7153.1212.55
HexF312E450651af35d
Octal176156105061212576515
Binary1111110001101110100010101101010001101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,46); }

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

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

 a { background-color: rgb(15,49,46); }

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

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

 span { border-color: rgb(15,49,46); }

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