Shades of Te Papa Green #264D3D
Tints of Te Papa Green #264D3D
RGB
CMYK
RGB Variations
Color information
#264D3D (or 0x264D3D) is known color: Te Papa Green. HEX triplet: 26, 4D and 3D. RGB value is (38,77,61). Sum of RGB (Red+Green+Blue) = 38+77+61=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #264D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D3D is #D9B2C2. Grayscale: #3F3F3F. Windows color (decimal): -14267075 or 4017446. OLE color: 4017446.
HSL color Cylindrical-coordinate representation of color #264D3D: hue angle of 155.38º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D3D is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 61 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.70 |
| HSL | 155.38º | 0.34% | 0.23% | - |
| HSV(B) | 155.38º | 0.51% | 0.3% | - |
| XYZ | 4.3 | 6.06 | 5.36 | - |
| YUV | 63.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 61 | 0.51 | 0 | 0.21 | 0.70 | 155.38 | 0.34 | 0.23 |
| Hex | 26 | 4D | 3D | 33 | 0 | 15 | 46 | 9B | 22 | 17 |
| Octal | 46 | 115 | 75 | 63 | 0 | 25 | 106 | 233 | 42 | 27 |
| Binary | 100110 | 1001101 | 111101 | 110011 | 0 | 10101 | 1000110 | 10011011 | 100010 | 10111 |
Color Harmonies of #264D3D
Complementary color
Monochromatic Colors of #264D3D
Black with #264D3D
Text Example
Text Example
White with #264D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D3D; }
p { color: rgb(38,77,61); }
H1.HeaderClassName
{
color: #264D3D;
}
.AnyTagClassName
{
color: #264D3D;
}
</style>
background-color css
<style>
a { background-color: #264D3D; }
a { background-color: rgb(38,77,61); }
div.DivClassName
{
background-color: #264D3D;
}
.BgClassName
{
background-color: #264D3D;
}
</style>
border-color css
<style>
span { border-color: #264D3D; }
span { border-color: rgb(38,77,61); }
td.TdClassName
{
border-color: #264D3D;
}
.TagClassName
{
border-color: #264D3D;
}
</style>