#0F2120

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

Shades of Swamp #0F2120

Tints of Swamp #0F2120

Color information

#0F2120 (or 0x0F2120) is unknown color: approx Swamp. HEX triplet: 0F, 21 and 20. RGB value is (15,33,32). Sum of RGB (Red+Green+Blue) = 15+33+32=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 32 (12.89% from 255 or 40% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #0F2120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2120 is #F0DEDF. Grayscale: #1B1B1B. Windows color (decimal): -15785696 or 2105615. OLE color: 2105615.

HSL color Cylindrical-coordinate representation of color #0F2120: hue angle of 176.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F2120 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB153332-
CMYK0.5500.030.87
HSL176.67º37.5%9.41%-
HSV(B)176.67º54.55%12.94%-
XYZ11.291.56-
YUV27.5130.54119.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.75%
GREEN value IS 33 (13.28% from 255) = 41.25%
BLUE value IS 32 (12.89% from 255) = 40%
R=18.75%
G=41.25%
B=40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1533320.5500.030.87176.6737.59.41
HexF2120370357b1269
Octal17414067031272614611
Binary11111000011000001101110111010111101100011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,33,32); }

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

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

 a { background-color: rgb(15,33,32); }

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

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

 span { border-color: rgb(15,33,32); }

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