Shades of Tangaroa #002A43
Tints of Tangaroa #002A43
RGB
CMYK
RGB Variations
Color information
#002A43 (or 0x002A43) is known color: Tangaroa. HEX triplet: 00, 2A and 43. RGB value is (0,42,67). Sum of RGB (Red+Green+Blue) = 0+42+67=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #002A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A43 is #FFD5BC. Grayscale: #202020. Windows color (decimal): -16766397 or 4401664. OLE color: 4401664.
HSL color Cylindrical-coordinate representation of color #002A43: hue angle of 202.39º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A43 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 42 | 67 | - |
| CMYK | 1 | 0.37 | 0 | 0.74 |
| HSL | 202.39º | 1% | 0.13% | - |
| HSV(B) | 202.39º | 1% | 0.26% | - |
| XYZ | 1.84 | 2.06 | 5.61 | - |
| YUV | 32.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 67 | 1 | 0.37 | 0 | 0.74 | 202.39 | 1 | 0.13 |
| Hex | 0 | 2A | 43 | 64 | 25 | 0 | 4A | CA | 64 | D |
| Octal | 0 | 52 | 103 | 144 | 45 | 0 | 112 | 312 | 144 | 15 |
| Binary | 0 | 101010 | 1000011 | 1100100 | 100101 | 0 | 1001010 | 11001010 | 1100100 | 1101 |
Color Harmonies of #002A43
Complementary color
Monochromatic Colors of #002A43
Black with #002A43
Text Example
Text Example
White with #002A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A43; }
p { color: rgb(0,42,67); }
H1.HeaderClassName
{
color: #002A43;
}
.AnyTagClassName
{
color: #002A43;
}
</style>
background-color css
<style>
a { background-color: #002A43; }
a { background-color: rgb(0,42,67); }
div.DivClassName
{
background-color: #002A43;
}
.BgClassName
{
background-color: #002A43;
}
</style>
border-color css
<style>
span { border-color: #002A43; }
span { border-color: rgb(0,42,67); }
td.TdClassName
{
border-color: #002A43;
}
.TagClassName
{
border-color: #002A43;
}
</style>