Shades of Tangaroa #1D2F38
Tints of Tangaroa #1D2F38
RGB
CMYK
RGB Variations
Color information
#1D2F38 (or 0x1D2F38) is known color: Tangaroa. HEX triplet: 1D, 2F and 38. RGB value is (29,47,56). Sum of RGB (Red+Green+Blue) = 29+47+56=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D2F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F38 is #E2D0C7. Grayscale: #2A2A2A. Windows color (decimal): -14864584 or 3682077. OLE color: 3682077.
HSL color Cylindrical-coordinate representation of color #1D2F38: hue angle of 200º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D2F38 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 47 | 56 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.78 |
| HSL | 200º | 0.32% | 0.17% | - |
| HSV(B) | 200º | 0.48% | 0.22% | - |
| XYZ | 2.24 | 2.58 | 4.12 | - |
| YUV | 42.64 | 135.54 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 56 | 0.48 | 0.16 | 0 | 0.78 | 200 | 0.32 | 0.17 |
| Hex | 1D | 2F | 38 | 30 | 10 | 0 | 4E | C8 | 20 | 11 |
| Octal | 35 | 57 | 70 | 60 | 20 | 0 | 116 | 310 | 40 | 21 |
| Binary | 11101 | 101111 | 111000 | 110000 | 10000 | 0 | 1001110 | 11001000 | 100000 | 10001 |
Color Harmonies of #1D2F38
Complementary color
Monochromatic Colors of #1D2F38
Black with #1D2F38
Text Example
Text Example
White with #1D2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F38; }
p { color: rgb(29,47,56); }
H1.HeaderClassName
{
color: #1D2F38;
}
.AnyTagClassName
{
color: #1D2F38;
}
</style>
background-color css
<style>
a { background-color: #1D2F38; }
a { background-color: rgb(29,47,56); }
div.DivClassName
{
background-color: #1D2F38;
}
.BgClassName
{
background-color: #1D2F38;
}
</style>
border-color css
<style>
span { border-color: #1D2F38; }
span { border-color: rgb(29,47,56); }
td.TdClassName
{
border-color: #1D2F38;
}
.TagClassName
{
border-color: #1D2F38;
}
</style>