Shades of Te Papa Green #274B3C
Tints of Te Papa Green #274B3C
RGB
CMYK
RGB Variations
Color information
#274B3C (or 0x274B3C) is known color: Te Papa Green. HEX triplet: 27, 4B and 3C. RGB value is (39,75,60). Sum of RGB (Red+Green+Blue) = 39+75+60=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #274B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B3C is #D8B4C3. Grayscale: #3E3E3E. Windows color (decimal): -14202052 or 3951399. OLE color: 3951399.
HSL color Cylindrical-coordinate representation of color #274B3C: hue angle of 155º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B3C is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 75 | 60 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.71 |
| HSL | 155º | 0.32% | 0.22% | - |
| HSV(B) | 155º | 0.48% | 0.29% | - |
| XYZ | 4.17 | 5.79 | 5.17 | - |
| YUV | 62.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 60 | 0.48 | 0 | 0.20 | 0.71 | 155 | 0.32 | 0.22 |
| Hex | 27 | 4B | 3C | 30 | 0 | 14 | 47 | 9B | 20 | 16 |
| Octal | 47 | 113 | 74 | 60 | 0 | 24 | 107 | 233 | 40 | 26 |
| Binary | 100111 | 1001011 | 111100 | 110000 | 0 | 10100 | 1000111 | 10011011 | 100000 | 10110 |
Color Harmonies of #274B3C
Complementary color
Monochromatic Colors of #274B3C
Black with #274B3C
Text Example
Text Example
White with #274B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B3C; }
p { color: rgb(39,75,60); }
H1.HeaderClassName
{
color: #274B3C;
}
.AnyTagClassName
{
color: #274B3C;
}
</style>
background-color css
<style>
a { background-color: #274B3C; }
a { background-color: rgb(39,75,60); }
div.DivClassName
{
background-color: #274B3C;
}
.BgClassName
{
background-color: #274B3C;
}
</style>
border-color css
<style>
span { border-color: #274B3C; }
span { border-color: rgb(39,75,60); }
td.TdClassName
{
border-color: #274B3C;
}
.TagClassName
{
border-color: #274B3C;
}
</style>