Shades of Kaitoke Green #2C553E
Tints of Kaitoke Green #2C553E
RGB
CMYK
RGB Variations
Color information
#2C553E (or 0x2C553E) is known color: Kaitoke Green. HEX triplet: 2C, 55 and 3E. RGB value is (44,85,62). Sum of RGB (Red+Green+Blue) = 44+85+62=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #2C553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C553E is #D3AAC1. Grayscale: #464646. Windows color (decimal): -13871810 or 4085036. OLE color: 4085036.
HSL color Cylindrical-coordinate representation of color #2C553E: hue angle of 146.34º degrees, saturation: 0.32, 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 #2C553E is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 62 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.67 |
| HSL | 146.34º | 0.32% | 0.25% | - |
| HSV(B) | 146.34º | 0.48% | 0.33% | - |
| XYZ | 5.16 | 7.38 | 5.71 | - |
| YUV | 70.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 62 | 0.48 | 0 | 0.27 | 0.67 | 146.34 | 0.32 | 0.25 |
| Hex | 2C | 55 | 3E | 30 | 0 | 1B | 43 | 92 | 20 | 19 |
| Octal | 54 | 125 | 76 | 60 | 0 | 33 | 103 | 222 | 40 | 31 |
| Binary | 101100 | 1010101 | 111110 | 110000 | 0 | 11011 | 1000011 | 10010010 | 100000 | 11001 |
Color Harmonies of #2C553E
Complementary color
Monochromatic Colors of #2C553E
Black with #2C553E
Text Example
Text Example
White with #2C553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C553E; }
p { color: rgb(44,85,62); }
H1.HeaderClassName
{
color: #2C553E;
}
.AnyTagClassName
{
color: #2C553E;
}
</style>
background-color css
<style>
a { background-color: #2C553E; }
a { background-color: rgb(44,85,62); }
div.DivClassName
{
background-color: #2C553E;
}
.BgClassName
{
background-color: #2C553E;
}
</style>
border-color css
<style>
span { border-color: #2C553E; }
span { border-color: rgb(44,85,62); }
td.TdClassName
{
border-color: #2C553E;
}
.TagClassName
{
border-color: #2C553E;
}
</style>