Shades of Kaitoke Green #2D543F
Tints of Kaitoke Green #2D543F
RGB
CMYK
RGB Variations
Color information
#2D543F (or 0x2D543F) is known color: Kaitoke Green. HEX triplet: 2D, 54 and 3F. RGB value is (45,84,63). Sum of RGB (Red+Green+Blue) = 45+84+63=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #2D543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D543F is #D2ABC0. Grayscale: #454545. Windows color (decimal): -13806529 or 4150317. OLE color: 4150317.
HSL color Cylindrical-coordinate representation of color #2D543F: hue angle of 147.69º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D543F is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 84 | 63 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.67 |
| HSL | 147.69º | 0.3% | 0.25% | - |
| HSV(B) | 147.69º | 0.46% | 0.33% | - |
| XYZ | 5.15 | 7.26 | 5.83 | - |
| YUV | 69.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 84 | 63 | 0.46 | 0 | 0.25 | 0.67 | 147.69 | 0.3 | 0.25 |
| Hex | 2D | 54 | 3F | 2E | 0 | 19 | 43 | 94 | 1E | 19 |
| Octal | 55 | 124 | 77 | 56 | 0 | 31 | 103 | 224 | 36 | 31 |
| Binary | 101101 | 1010100 | 111111 | 101110 | 0 | 11001 | 1000011 | 10010100 | 11110 | 11001 |
Color Harmonies of #2D543F
Complementary color
Monochromatic Colors of #2D543F
Black with #2D543F
Text Example
Text Example
White with #2D543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D543F; }
p { color: rgb(45,84,63); }
H1.HeaderClassName
{
color: #2D543F;
}
.AnyTagClassName
{
color: #2D543F;
}
</style>
background-color css
<style>
a { background-color: #2D543F; }
a { background-color: rgb(45,84,63); }
div.DivClassName
{
background-color: #2D543F;
}
.BgClassName
{
background-color: #2D543F;
}
</style>
border-color css
<style>
span { border-color: #2D543F; }
span { border-color: rgb(45,84,63); }
td.TdClassName
{
border-color: #2D543F;
}
.TagClassName
{
border-color: #2D543F;
}
</style>