#0F2525

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

Shades of Swamp #0F2525

Tints of Swamp #0F2525

Color information

#0F2525 (or 0x0F2525) is unknown color: approx Swamp. HEX triplet: 0F, 25 and 25. RGB value is (15,37,37). Sum of RGB (Red+Green+Blue) = 15+37+37=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #0F2525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2525 is #F0DADA. Grayscale: #1E1E1E. Windows color (decimal): -15784667 or 2434319. OLE color: 2434319.

HSL color Cylindrical-coordinate representation of color #0F2525: hue angle of 180º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2525 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB153737-
CMYK0.59000.85
HSL180º42.31%10.2%-
HSV(B)180º59.46%14.51%-
XYZ1.191.561.99-
YUV30.42131.71117-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 37 (14.84% from 255) = 41.57%
R=16.85%
G=41.57%
B=41.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537370.59000.8518042.3110.2
HexF25253B0055b42aa
Octal17454573001252645212
Binary1111100101100101111011001010101101101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,37,37); }

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

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

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

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

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

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

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