Shades of Kaitoke Green #2C523A
Tints of Kaitoke Green #2C523A
RGB
CMYK
RGB Variations
Color information
#2C523A (or 0x2C523A) is known color: Kaitoke Green. HEX triplet: 2C, 52 and 3A. RGB value is (44,82,58). Sum of RGB (Red+Green+Blue) = 44+82+58=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #2C523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C523A is #D3ADC5. Grayscale: #434343. Windows color (decimal): -13872582 or 3822124. OLE color: 3822124.
HSL color Cylindrical-coordinate representation of color #2C523A: hue angle of 142.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C523A is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 82 | 58 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.68 |
| HSL | 142.11º | 0.3% | 0.25% | - |
| HSV(B) | 142.11º | 0.46% | 0.32% | - |
| XYZ | 4.82 | 6.88 | 5.08 | - |
| YUV | 67.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 82 | 58 | 0.46 | 0 | 0.29 | 0.68 | 142.11 | 0.3 | 0.25 |
| Hex | 2C | 52 | 3A | 2E | 0 | 1D | 44 | 8E | 1E | 19 |
| Octal | 54 | 122 | 72 | 56 | 0 | 35 | 104 | 216 | 36 | 31 |
| Binary | 101100 | 1010010 | 111010 | 101110 | 0 | 11101 | 1000100 | 10001110 | 11110 | 11001 |
Color Harmonies of #2C523A
Complementary color
Monochromatic Colors of #2C523A
Black with #2C523A
Text Example
Text Example
White with #2C523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C523A; }
p { color: rgb(44,82,58); }
H1.HeaderClassName
{
color: #2C523A;
}
.AnyTagClassName
{
color: #2C523A;
}
</style>
background-color css
<style>
a { background-color: #2C523A; }
a { background-color: rgb(44,82,58); }
div.DivClassName
{
background-color: #2C523A;
}
.BgClassName
{
background-color: #2C523A;
}
</style>
border-color css
<style>
span { border-color: #2C523A; }
span { border-color: rgb(44,82,58); }
td.TdClassName
{
border-color: #2C523A;
}
.TagClassName
{
border-color: #2C523A;
}
</style>