Shades of Te Papa Green #274A3C
Tints of Te Papa Green #274A3C
RGB
CMYK
RGB Variations
Color information
#274A3C (or 0x274A3C) is known color: Te Papa Green. HEX triplet: 27, 4A and 3C. RGB value is (39,74,60). Sum of RGB (Red+Green+Blue) = 39+74+60=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #274A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A3C is #D8B5C3. Grayscale: #3D3D3D. Windows color (decimal): -14202308 or 3951143. OLE color: 3951143.
HSL color Cylindrical-coordinate representation of color #274A3C: hue angle of 156º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274A3C is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 74 | 60 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.71 |
| HSL | 156º | 0.31% | 0.22% | - |
| HSV(B) | 156º | 0.47% | 0.29% | - |
| XYZ | 4.1 | 5.66 | 5.15 | - |
| YUV | 61.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 74 | 60 | 0.47 | 0 | 0.19 | 0.71 | 156 | 0.31 | 0.22 |
| Hex | 27 | 4A | 3C | 2F | 0 | 13 | 47 | 9C | 1F | 16 |
| Octal | 47 | 112 | 74 | 57 | 0 | 23 | 107 | 234 | 37 | 26 |
| Binary | 100111 | 1001010 | 111100 | 101111 | 0 | 10011 | 1000111 | 10011100 | 11111 | 10110 |
Color Harmonies of #274A3C
Complementary color
Monochromatic Colors of #274A3C
Black with #274A3C
Text Example
Text Example
White with #274A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274A3C; }
p { color: rgb(39,74,60); }
H1.HeaderClassName
{
color: #274A3C;
}
.AnyTagClassName
{
color: #274A3C;
}
</style>
background-color css
<style>
a { background-color: #274A3C; }
a { background-color: rgb(39,74,60); }
div.DivClassName
{
background-color: #274A3C;
}
.BgClassName
{
background-color: #274A3C;
}
</style>
border-color css
<style>
span { border-color: #274A3C; }
span { border-color: rgb(39,74,60); }
td.TdClassName
{
border-color: #274A3C;
}
.TagClassName
{
border-color: #274A3C;
}
</style>