Shades of Te Papa Green #275242
Tints of Te Papa Green #275242
RGB
CMYK
RGB Variations
Color information
#275242 (or 0x275242) is known color: Te Papa Green. HEX triplet: 27, 52 and 42. RGB value is (39,82,66). Sum of RGB (Red+Green+Blue) = 39+82+66=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #275242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275242 is #D8ADBD. Grayscale: #434343. Windows color (decimal): -14200254 or 4346407. OLE color: 4346407.
HSL color Cylindrical-coordinate representation of color #275242: hue angle of 157.67º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275242 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 66 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.68 |
| HSL | 157.67º | 0.36% | 0.24% | - |
| HSV(B) | 157.67º | 0.52% | 0.32% | - |
| XYZ | 4.84 | 6.86 | 6.22 | - |
| YUV | 67.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 66 | 0.52 | 0 | 0.20 | 0.68 | 157.67 | 0.36 | 0.24 |
| Hex | 27 | 52 | 42 | 34 | 0 | 14 | 44 | 9E | 24 | 18 |
| Octal | 47 | 122 | 102 | 64 | 0 | 24 | 104 | 236 | 44 | 30 |
| Binary | 100111 | 1010010 | 1000010 | 110100 | 0 | 10100 | 1000100 | 10011110 | 100100 | 11000 |
Color Harmonies of #275242
Complementary color
Monochromatic Colors of #275242
Black with #275242
Text Example
Text Example
White with #275242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275242; }
p { color: rgb(39,82,66); }
H1.HeaderClassName
{
color: #275242;
}
.AnyTagClassName
{
color: #275242;
}
</style>
background-color css
<style>
a { background-color: #275242; }
a { background-color: rgb(39,82,66); }
div.DivClassName
{
background-color: #275242;
}
.BgClassName
{
background-color: #275242;
}
</style>
border-color css
<style>
span { border-color: #275242; }
span { border-color: rgb(39,82,66); }
td.TdClassName
{
border-color: #275242;
}
.TagClassName
{
border-color: #275242;
}
</style>