Shades of Te Papa Green #235344
Tints of Te Papa Green #235344
RGB
CMYK
RGB Variations
Color information
#235344 (or 0x235344) is known color: Te Papa Green. HEX triplet: 23, 53 and 44. RGB value is (35,83,68). Sum of RGB (Red+Green+Blue) = 35+83+68=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #235344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235344 is #DCACBB. Grayscale: #424242. Windows color (decimal): -14462140 or 4477731. OLE color: 4477731.
HSL color Cylindrical-coordinate representation of color #235344: hue angle of 161.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #235344 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 83 | 68 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.67 |
| HSL | 161.25º | 0.41% | 0.23% | - |
| HSV(B) | 161.25º | 0.58% | 0.33% | - |
| XYZ | 4.83 | 6.96 | 6.56 | - |
| YUV | 66.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 68 | 0.58 | 0 | 0.18 | 0.67 | 161.25 | 0.41 | 0.23 |
| Hex | 23 | 53 | 44 | 3A | 0 | 12 | 43 | A1 | 29 | 17 |
| Octal | 43 | 123 | 104 | 72 | 0 | 22 | 103 | 241 | 51 | 27 |
| Binary | 100011 | 1010011 | 1000100 | 111010 | 0 | 10010 | 1000011 | 10100001 | 101001 | 10111 |
Color Harmonies of #235344
Complementary color
Monochromatic Colors of #235344
Black with #235344
Text Example
Text Example
White with #235344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235344; }
p { color: rgb(35,83,68); }
H1.HeaderClassName
{
color: #235344;
}
.AnyTagClassName
{
color: #235344;
}
</style>
background-color css
<style>
a { background-color: #235344; }
a { background-color: rgb(35,83,68); }
div.DivClassName
{
background-color: #235344;
}
.BgClassName
{
background-color: #235344;
}
</style>
border-color css
<style>
span { border-color: #235344; }
span { border-color: rgb(35,83,68); }
td.TdClassName
{
border-color: #235344;
}
.TagClassName
{
border-color: #235344;
}
</style>