Shades of Kaitoke Green #2C543B
Tints of Kaitoke Green #2C543B
RGB
CMYK
RGB Variations
Color information
#2C543B (or 0x2C543B) is known color: Kaitoke Green. HEX triplet: 2C, 54 and 3B. RGB value is (44,84,59). Sum of RGB (Red+Green+Blue) = 44+84+59=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #2C543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C543B is #D3ABC4. Grayscale: #454545. Windows color (decimal): -13872069 or 3888172. OLE color: 3888172.
HSL color Cylindrical-coordinate representation of color #2C543B: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C543B is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 59 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.67 |
| HSL | 142.5º | 0.31% | 0.25% | - |
| HSV(B) | 142.5º | 0.48% | 0.33% | - |
| XYZ | 5 | 7.19 | 5.26 | - |
| YUV | 69.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 59 | 0.48 | 0 | 0.30 | 0.67 | 142.5 | 0.31 | 0.25 |
| Hex | 2C | 54 | 3B | 30 | 0 | 1E | 43 | 8E | 1F | 19 |
| Octal | 54 | 124 | 73 | 60 | 0 | 36 | 103 | 216 | 37 | 31 |
| Binary | 101100 | 1010100 | 111011 | 110000 | 0 | 11110 | 1000011 | 10001110 | 11111 | 11001 |
Color Harmonies of #2C543B
Complementary color
Monochromatic Colors of #2C543B
Black with #2C543B
Text Example
Text Example
White with #2C543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C543B; }
p { color: rgb(44,84,59); }
H1.HeaderClassName
{
color: #2C543B;
}
.AnyTagClassName
{
color: #2C543B;
}
</style>
background-color css
<style>
a { background-color: #2C543B; }
a { background-color: rgb(44,84,59); }
div.DivClassName
{
background-color: #2C543B;
}
.BgClassName
{
background-color: #2C543B;
}
</style>
border-color css
<style>
span { border-color: #2C543B; }
span { border-color: rgb(44,84,59); }
td.TdClassName
{
border-color: #2C543B;
}
.TagClassName
{
border-color: #2C543B;
}
</style>