Shades of Kaitoke Green #2E513D
Tints of Kaitoke Green #2E513D
RGB
CMYK
RGB Variations
Color information
#2E513D (or 0x2E513D) is known color: Kaitoke Green. HEX triplet: 2E, 51 and 3D. RGB value is (46,81,61). Sum of RGB (Red+Green+Blue) = 46+81+61=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513D is #D1AEC2. Grayscale: #444444. Windows color (decimal): -13741763 or 4018478. OLE color: 4018478.
HSL color Cylindrical-coordinate representation of color #2E513D: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E513D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 61 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.68 |
| HSL | 145.71º | 0.28% | 0.25% | - |
| HSV(B) | 145.71º | 0.43% | 0.32% | - |
| XYZ | 4.91 | 6.8 | 5.47 | - |
| YUV | 68.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 61 | 0.43 | 0 | 0.25 | 0.68 | 145.71 | 0.28 | 0.25 |
| Hex | 2E | 51 | 3D | 2B | 0 | 19 | 44 | 92 | 1C | 19 |
| Octal | 56 | 121 | 75 | 53 | 0 | 31 | 104 | 222 | 34 | 31 |
| Binary | 101110 | 1010001 | 111101 | 101011 | 0 | 11001 | 1000100 | 10010010 | 11100 | 11001 |
Color Harmonies of #2E513D
Complementary color
Monochromatic Colors of #2E513D
Black with #2E513D
Text Example
Text Example
White with #2E513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E513D; }
p { color: rgb(46,81,61); }
H1.HeaderClassName
{
color: #2E513D;
}
.AnyTagClassName
{
color: #2E513D;
}
</style>
background-color css
<style>
a { background-color: #2E513D; }
a { background-color: rgb(46,81,61); }
div.DivClassName
{
background-color: #2E513D;
}
.BgClassName
{
background-color: #2E513D;
}
</style>
border-color css
<style>
span { border-color: #2E513D; }
span { border-color: rgb(46,81,61); }
td.TdClassName
{
border-color: #2E513D;
}
.TagClassName
{
border-color: #2E513D;
}
</style>