Shades of Te Papa Green #234B3E
Tints of Te Papa Green #234B3E
RGB
CMYK
RGB Variations
Color information
#234B3E (or 0x234B3E) is known color: Te Papa Green. HEX triplet: 23, 4B and 3E. RGB value is (35,75,62). Sum of RGB (Red+Green+Blue) = 35+75+62=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #234B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234B3E is #DCB4C1. Grayscale: #3D3D3D. Windows color (decimal): -14464194 or 4082467. OLE color: 4082467.
HSL color Cylindrical-coordinate representation of color #234B3E: hue angle of 160.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234B3E is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
RGB | 35 | 75 | 62 | - |
CMYK | 0.53 | 0 | 0.17 | 0.71 |
HSL | 160.5º | 0.36% | 0.22% | - |
HSV(B) | 160.5º | 0.53% | 0.29% | - |
XYZ | 4.08 | 5.74 | 5.45 | - |
YUV | 61.56 | 128.25 | 109.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 75 | 62 | 0.53 | 0 | 0.17 | 0.71 | 160.5 | 0.36 | 0.22 |
Hex | 23 | 4B | 3E | 35 | 0 | 11 | 47 | A0 | 24 | 16 |
Octal | 43 | 113 | 76 | 65 | 0 | 21 | 107 | 240 | 44 | 26 |
Binary | 100011 | 1001011 | 111110 | 110101 | 0 | 10001 | 1000111 | 10100000 | 100100 | 10110 |
Color Harmonies of #234B3E
Complementary color
Monochromatic Colors of #234B3E
Black with #234B3E
Text Example
Text Example
White with #234B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B3E; }
p { color: rgb(35,75,62); }
H1.HeaderClassName
{
color: #234B3E;
}
.AnyTagClassName
{
color: #234B3E;
}
</style>
background-color css
<style>
a { background-color: #234B3E; }
a { background-color: rgb(35,75,62); }
div.DivClassName
{
background-color: #234B3E;
}
.BgClassName
{
background-color: #234B3E;
}
</style>
border-color css
<style>
span { border-color: #234B3E; }
span { border-color: rgb(35,75,62); }
td.TdClassName
{
border-color: #234B3E;
}
.TagClassName
{
border-color: #234B3E;
}
</style>