Shades of Kaitoke Green #2C583D
Tints of Kaitoke Green #2C583D
RGB
CMYK
RGB Variations
Color information
#2C583D (or 0x2C583D) is known color: Kaitoke Green. HEX triplet: 2C, 58 and 3D. RGB value is (44,88,61). Sum of RGB (Red+Green+Blue) = 44+88+61=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #2C583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C583D is #D3A7C2. Grayscale: #474747. Windows color (decimal): -13871043 or 4020268. OLE color: 4020268.
HSL color Cylindrical-coordinate representation of color #2C583D: hue angle of 143.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C583D is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 61 | - |
| CMYK | 0.5 | 0 | 0.31 | 0.65 |
| HSL | 143.18º | 0.33% | 0.26% | - |
| HSV(B) | 143.18º | 0.5% | 0.35% | - |
| XYZ | 5.37 | 7.85 | 5.65 | - |
| YUV | 71.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 61 | 0.5 | 0 | 0.31 | 0.65 | 143.18 | 0.33 | 0.26 |
| Hex | 2C | 58 | 3D | 32 | 0 | 1F | 41 | 8F | 21 | 1A |
| Octal | 54 | 130 | 75 | 62 | 0 | 37 | 101 | 217 | 41 | 32 |
| Binary | 101100 | 1011000 | 111101 | 110010 | 0 | 11111 | 1000001 | 10001111 | 100001 | 11010 |
Color Harmonies of #2C583D
Complementary color
Monochromatic Colors of #2C583D
Black with #2C583D
Text Example
Text Example
White with #2C583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C583D; }
p { color: rgb(44,88,61); }
H1.HeaderClassName
{
color: #2C583D;
}
.AnyTagClassName
{
color: #2C583D;
}
</style>
background-color css
<style>
a { background-color: #2C583D; }
a { background-color: rgb(44,88,61); }
div.DivClassName
{
background-color: #2C583D;
}
.BgClassName
{
background-color: #2C583D;
}
</style>
border-color css
<style>
span { border-color: #2C583D; }
span { border-color: rgb(44,88,61); }
td.TdClassName
{
border-color: #2C583D;
}
.TagClassName
{
border-color: #2C583D;
}
</style>