Shades of Swamp #152F30
Tints of Swamp #152F30
RGB
CMYK
RGB Variations
Color information
#152F30 (or 0x152F30) is known color: Swamp. HEX triplet: 15, 2F and 30. RGB value is (21,47,48). Sum of RGB (Red+Green+Blue) = 21+47+48=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #152F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F30 is #EAD0CF. Grayscale: #272727. Windows color (decimal): -15388880 or 3157781. OLE color: 3157781.
HSL color Cylindrical-coordinate representation of color #152F30: hue angle of 182.22º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #152F30 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 47 | 48 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.81 |
| HSL | 182.22º | 0.39% | 0.14% | - |
| HSV(B) | 182.22º | 0.56% | 0.19% | - |
| XYZ | 1.86 | 2.41 | 3.16 | - |
| YUV | 39.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 48 | 0.56 | 0.02 | 0 | 0.81 | 182.22 | 0.39 | 0.14 |
| Hex | 15 | 2F | 30 | 38 | 2 | 0 | 51 | B6 | 27 | E |
| Octal | 25 | 57 | 60 | 70 | 2 | 0 | 121 | 266 | 47 | 16 |
| Binary | 10101 | 101111 | 110000 | 111000 | 10 | 0 | 1010001 | 10110110 | 100111 | 1110 |
Color Harmonies of #152F30
Complementary color
Monochromatic Colors of #152F30
Black with #152F30
Text Example
Text Example
White with #152F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F30; }
p { color: rgb(21,47,48); }
H1.HeaderClassName
{
color: #152F30;
}
.AnyTagClassName
{
color: #152F30;
}
</style>
background-color css
<style>
a { background-color: #152F30; }
a { background-color: rgb(21,47,48); }
div.DivClassName
{
background-color: #152F30;
}
.BgClassName
{
background-color: #152F30;
}
</style>
border-color css
<style>
span { border-color: #152F30; }
span { border-color: rgb(21,47,48); }
td.TdClassName
{
border-color: #152F30;
}
.TagClassName
{
border-color: #152F30;
}
</style>