Shades of Kaitoke Green #2D563E
Tints of Kaitoke Green #2D563E
RGB
CMYK
RGB Variations
Color information
#2D563E (or 0x2D563E) is known color: Kaitoke Green. HEX triplet: 2D, 56 and 3E. RGB value is (45,86,62). Sum of RGB (Red+Green+Blue) = 45+86+62=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #2D563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D563E is #D2A9C1. Grayscale: #474747. Windows color (decimal): -13806018 or 4085293. OLE color: 4085293.
HSL color Cylindrical-coordinate representation of color #2D563E: hue angle of 144.88º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D563E is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 62 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.66 |
| HSL | 144.88º | 0.31% | 0.26% | - |
| HSV(B) | 144.88º | 0.48% | 0.34% | - |
| XYZ | 5.28 | 7.56 | 5.74 | - |
| YUV | 71.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 62 | 0.48 | 0 | 0.28 | 0.66 | 144.88 | 0.31 | 0.26 |
| Hex | 2D | 56 | 3E | 30 | 0 | 1C | 42 | 91 | 1F | 1A |
| Octal | 55 | 126 | 76 | 60 | 0 | 34 | 102 | 221 | 37 | 32 |
| Binary | 101101 | 1010110 | 111110 | 110000 | 0 | 11100 | 1000010 | 10010001 | 11111 | 11010 |
Color Harmonies of #2D563E
Complementary color
Monochromatic Colors of #2D563E
Black with #2D563E
Text Example
Text Example
White with #2D563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D563E; }
p { color: rgb(45,86,62); }
H1.HeaderClassName
{
color: #2D563E;
}
.AnyTagClassName
{
color: #2D563E;
}
</style>
background-color css
<style>
a { background-color: #2D563E; }
a { background-color: rgb(45,86,62); }
div.DivClassName
{
background-color: #2D563E;
}
.BgClassName
{
background-color: #2D563E;
}
</style>
border-color css
<style>
span { border-color: #2D563E; }
span { border-color: rgb(45,86,62); }
td.TdClassName
{
border-color: #2D563E;
}
.TagClassName
{
border-color: #2D563E;
}
</style>