Shades of Te Papa Green #264A3D
Tints of Te Papa Green #264A3D
RGB
CMYK
RGB Variations
Color information
#264A3D (or 0x264A3D) is known color: Te Papa Green. HEX triplet: 26, 4A and 3D. RGB value is (38,74,61). Sum of RGB (Red+Green+Blue) = 38+74+61=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #264A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A3D is #D9B5C2. Grayscale: #3D3D3D. Windows color (decimal): -14267843 or 4016678. OLE color: 4016678.
HSL color Cylindrical-coordinate representation of color #264A3D: hue angle of 158.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264A3D is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 74 | 61 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.71 |
| HSL | 158.33º | 0.32% | 0.22% | - |
| HSV(B) | 158.33º | 0.49% | 0.29% | - |
| XYZ | 4.09 | 5.65 | 5.29 | - |
| YUV | 61.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 74 | 61 | 0.49 | 0 | 0.18 | 0.71 | 158.33 | 0.32 | 0.22 |
| Hex | 26 | 4A | 3D | 31 | 0 | 12 | 47 | 9E | 20 | 16 |
| Octal | 46 | 112 | 75 | 61 | 0 | 22 | 107 | 236 | 40 | 26 |
| Binary | 100110 | 1001010 | 111101 | 110001 | 0 | 10010 | 1000111 | 10011110 | 100000 | 10110 |
Color Harmonies of #264A3D
Complementary color
Monochromatic Colors of #264A3D
Black with #264A3D
Text Example
Text Example
White with #264A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264A3D; }
p { color: rgb(38,74,61); }
H1.HeaderClassName
{
color: #264A3D;
}
.AnyTagClassName
{
color: #264A3D;
}
</style>
background-color css
<style>
a { background-color: #264A3D; }
a { background-color: rgb(38,74,61); }
div.DivClassName
{
background-color: #264A3D;
}
.BgClassName
{
background-color: #264A3D;
}
</style>
border-color css
<style>
span { border-color: #264A3D; }
span { border-color: rgb(38,74,61); }
td.TdClassName
{
border-color: #264A3D;
}
.TagClassName
{
border-color: #264A3D;
}
</style>