Shades of Te Papa Green #1B5342
Tints of Te Papa Green #1B5342
RGB
CMYK
RGB Variations
Color information
#1B5342 (or 0x1B5342) is known color: Te Papa Green. HEX triplet: 1B, 53 and 42. RGB value is (27,83,66). Sum of RGB (Red+Green+Blue) = 27+83+66=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5342 is #E4ACBD. Grayscale: #404040. Windows color (decimal): -14986430 or 4346651. OLE color: 4346651.
HSL color Cylindrical-coordinate representation of color #1B5342: hue angle of 161.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5342 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 83 | 66 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.67 |
| HSL | 161.79º | 0.51% | 0.22% | - |
| HSV(B) | 161.79º | 0.67% | 0.33% | - |
| XYZ | 4.53 | 6.81 | 6.23 | - |
| YUV | 64.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 66 | 0.67 | 0 | 0.20 | 0.67 | 161.79 | 0.51 | 0.22 |
| Hex | 1B | 53 | 42 | 43 | 0 | 14 | 43 | A2 | 33 | 16 |
| Octal | 33 | 123 | 102 | 103 | 0 | 24 | 103 | 242 | 63 | 26 |
| Binary | 11011 | 1010011 | 1000010 | 1000011 | 0 | 10100 | 1000011 | 10100010 | 110011 | 10110 |
Color Harmonies of #1B5342
Complementary color
Monochromatic Colors of #1B5342
Black with #1B5342
Text Example
Text Example
White with #1B5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5342; }
p { color: rgb(27,83,66); }
H1.HeaderClassName
{
color: #1B5342;
}
.AnyTagClassName
{
color: #1B5342;
}
</style>
background-color css
<style>
a { background-color: #1B5342; }
a { background-color: rgb(27,83,66); }
div.DivClassName
{
background-color: #1B5342;
}
.BgClassName
{
background-color: #1B5342;
}
</style>
border-color css
<style>
span { border-color: #1B5342; }
span { border-color: rgb(27,83,66); }
td.TdClassName
{
border-color: #1B5342;
}
.TagClassName
{
border-color: #1B5342;
}
</style>