Shades of Kaitoke Green #2E533E
Tints of Kaitoke Green #2E533E
RGB
CMYK
RGB Variations
Color information
#2E533E (or 0x2E533E) is known color: Kaitoke Green. HEX triplet: 2E, 53 and 3E. RGB value is (46,83,62). Sum of RGB (Red+Green+Blue) = 46+83+62=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533E is #D1ACC1. Grayscale: #454545. Windows color (decimal): -13741250 or 4084526. OLE color: 4084526.
HSL color Cylindrical-coordinate representation of color #2E533E: hue angle of 145.95º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E533E is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 62 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.67 |
| HSL | 145.95º | 0.29% | 0.25% | - |
| HSV(B) | 145.95º | 0.45% | 0.33% | - |
| XYZ | 5.09 | 7.12 | 5.66 | - |
| YUV | 69.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 62 | 0.45 | 0 | 0.25 | 0.67 | 145.95 | 0.29 | 0.25 |
| Hex | 2E | 53 | 3E | 2D | 0 | 19 | 43 | 92 | 1D | 19 |
| Octal | 56 | 123 | 76 | 55 | 0 | 31 | 103 | 222 | 35 | 31 |
| Binary | 101110 | 1010011 | 111110 | 101101 | 0 | 11001 | 1000011 | 10010010 | 11101 | 11001 |
Color Harmonies of #2E533E
Complementary color
Monochromatic Colors of #2E533E
Black with #2E533E
Text Example
Text Example
White with #2E533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E533E; }
p { color: rgb(46,83,62); }
H1.HeaderClassName
{
color: #2E533E;
}
.AnyTagClassName
{
color: #2E533E;
}
</style>
background-color css
<style>
a { background-color: #2E533E; }
a { background-color: rgb(46,83,62); }
div.DivClassName
{
background-color: #2E533E;
}
.BgClassName
{
background-color: #2E533E;
}
</style>
border-color css
<style>
span { border-color: #2E533E; }
span { border-color: rgb(46,83,62); }
td.TdClassName
{
border-color: #2E533E;
}
.TagClassName
{
border-color: #2E533E;
}
</style>