Shades of Te Papa Green #254A3D
Tints of Te Papa Green #254A3D
RGB
CMYK
RGB Variations
Color information
#254A3D (or 0x254A3D) is known color: Te Papa Green. HEX triplet: 25, 4A and 3D. RGB value is (37,74,61). Sum of RGB (Red+Green+Blue) = 37+74+61=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #254A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A3D is #DAB5C2. Grayscale: #3D3D3D. Windows color (decimal): -14333379 or 4016677. OLE color: 4016677.
HSL color Cylindrical-coordinate representation of color #254A3D: hue angle of 158.92º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A3D is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 74 | 61 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.71 |
| HSL | 158.92º | 0.33% | 0.22% | - |
| HSV(B) | 158.92º | 0.5% | 0.29% | - |
| XYZ | 4.05 | 5.63 | 5.29 | - |
| YUV | 61.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 61 | 0.50 | 0 | 0.18 | 0.71 | 158.92 | 0.33 | 0.22 |
| Hex | 25 | 4A | 3D | 32 | 0 | 12 | 47 | 9F | 21 | 16 |
| Octal | 45 | 112 | 75 | 62 | 0 | 22 | 107 | 237 | 41 | 26 |
| Binary | 100101 | 1001010 | 111101 | 110010 | 0 | 10010 | 1000111 | 10011111 | 100001 | 10110 |
Color Harmonies of #254A3D
Complementary color
Monochromatic Colors of #254A3D
Black with #254A3D
Text Example
Text Example
White with #254A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254A3D; }
p { color: rgb(37,74,61); }
H1.HeaderClassName
{
color: #254A3D;
}
.AnyTagClassName
{
color: #254A3D;
}
</style>
background-color css
<style>
a { background-color: #254A3D; }
a { background-color: rgb(37,74,61); }
div.DivClassName
{
background-color: #254A3D;
}
.BgClassName
{
background-color: #254A3D;
}
</style>
border-color css
<style>
span { border-color: #254A3D; }
span { border-color: rgb(37,74,61); }
td.TdClassName
{
border-color: #254A3D;
}
.TagClassName
{
border-color: #254A3D;
}
</style>