Shades of Te Papa Green #234F3D
Tints of Te Papa Green #234F3D
RGB
CMYK
RGB Variations
Color information
#234F3D (or 0x234F3D) is known color: Te Papa Green. HEX triplet: 23, 4F and 3D. RGB value is (35,79,61). Sum of RGB (Red+Green+Blue) = 35+79+61=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #234F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F3D is #DCB0C2. Grayscale: #3F3F3F. Windows color (decimal): -14463171 or 4017955. OLE color: 4017955.
HSL color Cylindrical-coordinate representation of color #234F3D: hue angle of 155.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F3D is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 79 | 61 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.69 |
| HSL | 155.45º | 0.39% | 0.22% | - |
| HSV(B) | 155.45º | 0.56% | 0.31% | - |
| XYZ | 4.33 | 6.29 | 5.4 | - |
| YUV | 63.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 79 | 61 | 0.56 | 0 | 0.23 | 0.69 | 155.45 | 0.39 | 0.22 |
| Hex | 23 | 4F | 3D | 38 | 0 | 17 | 45 | 9B | 27 | 16 |
| Octal | 43 | 117 | 75 | 70 | 0 | 27 | 105 | 233 | 47 | 26 |
| Binary | 100011 | 1001111 | 111101 | 111000 | 0 | 10111 | 1000101 | 10011011 | 100111 | 10110 |
Color Harmonies of #234F3D
Complementary color
Monochromatic Colors of #234F3D
Black with #234F3D
Text Example
Text Example
White with #234F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234F3D; }
p { color: rgb(35,79,61); }
H1.HeaderClassName
{
color: #234F3D;
}
.AnyTagClassName
{
color: #234F3D;
}
</style>
background-color css
<style>
a { background-color: #234F3D; }
a { background-color: rgb(35,79,61); }
div.DivClassName
{
background-color: #234F3D;
}
.BgClassName
{
background-color: #234F3D;
}
</style>
border-color css
<style>
span { border-color: #234F3D; }
span { border-color: rgb(35,79,61); }
td.TdClassName
{
border-color: #234F3D;
}
.TagClassName
{
border-color: #234F3D;
}
</style>