Shades of Tangaroa #142D37
Tints of Tangaroa #142D37
RGB
CMYK
RGB Variations
Color information
#142D37 (or 0x142D37) is known color: Tangaroa. HEX triplet: 14, 2D and 37. RGB value is (20,45,55). Sum of RGB (Red+Green+Blue) = 20+45+55=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #142D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D37 is #EBD2C8. Grayscale: #262626. Windows color (decimal): -15454921 or 3616020. OLE color: 3616020.
HSL color Cylindrical-coordinate representation of color #142D37: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142D37 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 45 | 55 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.78 |
| HSL | 197.14º | 0.47% | 0.15% | - |
| HSV(B) | 197.14º | 0.64% | 0.22% | - |
| XYZ | 1.92 | 2.3 | 3.96 | - |
| YUV | 38.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 55 | 0.64 | 0.18 | 0 | 0.78 | 197.14 | 0.47 | 0.15 |
| Hex | 14 | 2D | 37 | 40 | 12 | 0 | 4E | C5 | 2F | F |
| Octal | 24 | 55 | 67 | 100 | 22 | 0 | 116 | 305 | 57 | 17 |
| Binary | 10100 | 101101 | 110111 | 1000000 | 10010 | 0 | 1001110 | 11000101 | 101111 | 1111 |
Color Harmonies of #142D37
Complementary color
Monochromatic Colors of #142D37
Black with #142D37
Text Example
Text Example
White with #142D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142D37; }
p { color: rgb(20,45,55); }
H1.HeaderClassName
{
color: #142D37;
}
.AnyTagClassName
{
color: #142D37;
}
</style>
background-color css
<style>
a { background-color: #142D37; }
a { background-color: rgb(20,45,55); }
div.DivClassName
{
background-color: #142D37;
}
.BgClassName
{
background-color: #142D37;
}
</style>
border-color css
<style>
span { border-color: #142D37; }
span { border-color: rgb(20,45,55); }
td.TdClassName
{
border-color: #142D37;
}
.TagClassName
{
border-color: #142D37;
}
</style>