Shades of Kaitoke Green #2A563E
Tints of Kaitoke Green #2A563E
RGB
CMYK
RGB Variations
Color information
#2A563E (or 0x2A563E) is known color: Kaitoke Green. HEX triplet: 2A, 56 and 3E. RGB value is (42,86,62). Sum of RGB (Red+Green+Blue) = 42+86+62=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #2A563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A563E is #D5A9C1. Grayscale: #464646. Windows color (decimal): -14002626 or 4085290. OLE color: 4085290.
HSL color Cylindrical-coordinate representation of color #2A563E: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A563E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 62 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.66 |
| HSL | 147.27º | 0.34% | 0.25% | - |
| HSV(B) | 147.27º | 0.51% | 0.34% | - |
| XYZ | 5.15 | 7.5 | 5.73 | - |
| YUV | 70.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 62 | 0.51 | 0 | 0.28 | 0.66 | 147.27 | 0.34 | 0.25 |
| Hex | 2A | 56 | 3E | 33 | 0 | 1C | 42 | 93 | 22 | 19 |
| Octal | 52 | 126 | 76 | 63 | 0 | 34 | 102 | 223 | 42 | 31 |
| Binary | 101010 | 1010110 | 111110 | 110011 | 0 | 11100 | 1000010 | 10010011 | 100010 | 11001 |
Color Harmonies of #2A563E
Complementary color
Monochromatic Colors of #2A563E
Black with #2A563E
Text Example
Text Example
White with #2A563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A563E; }
p { color: rgb(42,86,62); }
H1.HeaderClassName
{
color: #2A563E;
}
.AnyTagClassName
{
color: #2A563E;
}
</style>
background-color css
<style>
a { background-color: #2A563E; }
a { background-color: rgb(42,86,62); }
div.DivClassName
{
background-color: #2A563E;
}
.BgClassName
{
background-color: #2A563E;
}
</style>
border-color css
<style>
span { border-color: #2A563E; }
span { border-color: rgb(42,86,62); }
td.TdClassName
{
border-color: #2A563E;
}
.TagClassName
{
border-color: #2A563E;
}
</style>