Shades of Swamp #252F2F
Tints of Swamp #252F2F
RGB
CMYK
RGB Variations
Color information
#252F2F (or 0x252F2F) is known color: Swamp. HEX triplet: 25, 2F and 2F. RGB value is (37,47,47). Sum of RGB (Red+Green+Blue) = 37+47+47=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: green, blue. Hex color #252F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F2F is #DAD0D0. Grayscale: #2C2C2C. Windows color (decimal): -14340305 or 3092261. OLE color: 3092261.
HSL color Cylindrical-coordinate representation of color #252F2F: hue angle of 180º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252F2F is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 47 | 47 | - |
CMYK | 0.21 | 0 | 0 | 0.82 |
HSL | 180º | 0.12% | 0.16% | - |
HSV(B) | 180º | 0.21% | 0.18% | - |
XYZ | 2.29 | 2.63 | 3.08 | - |
YUV | 44.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 47 | 47 | 0.21 | 0 | 0 | 0.82 | 180 | 0.12 | 0.16 |
Hex | 25 | 2F | 2F | 15 | 0 | 0 | 52 | B4 | C | 10 |
Octal | 45 | 57 | 57 | 25 | 0 | 0 | 122 | 264 | 14 | 20 |
Binary | 100101 | 101111 | 101111 | 10101 | 0 | 0 | 1010010 | 10110100 | 1100 | 10000 |
Color Harmonies of #252F2F
Complementary color
Monochromatic Colors of #252F2F
Black with #252F2F
Text Example
Text Example
White with #252F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F2F; }
p { color: rgb(37,47,47); }
H1.HeaderClassName
{
color: #252F2F;
}
.AnyTagClassName
{
color: #252F2F;
}
</style>
background-color css
<style>
a { background-color: #252F2F; }
a { background-color: rgb(37,47,47); }
div.DivClassName
{
background-color: #252F2F;
}
.BgClassName
{
background-color: #252F2F;
}
</style>
border-color css
<style>
span { border-color: #252F2F; }
span { border-color: rgb(37,47,47); }
td.TdClassName
{
border-color: #252F2F;
}
.TagClassName
{
border-color: #252F2F;
}
</style>