Shades of Kaitoke Green #2C553D
Tints of Kaitoke Green #2C553D
RGB
CMYK
RGB Variations
Color information
#2C553D (or 0x2C553D) is known color: Kaitoke Green. HEX triplet: 2C, 55 and 3D. RGB value is (44,85,61). Sum of RGB (Red+Green+Blue) = 44+85+61=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #2C553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C553D is #D3AAC2. Grayscale: #464646. Windows color (decimal): -13871811 or 4019500. OLE color: 4019500.
HSL color Cylindrical-coordinate representation of color #2C553D: hue angle of 144.88º 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 #2C553D is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 85 | 61 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.67 |
| HSL | 144.88º | 0.32% | 0.25% | - |
| HSV(B) | 144.88º | 0.48% | 0.33% | - |
| XYZ | 5.13 | 7.37 | 5.57 | - |
| YUV | 70.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 85 | 61 | 0.48 | 0 | 0.28 | 0.67 | 144.88 | 0.32 | 0.25 |
| Hex | 2C | 55 | 3D | 30 | 0 | 1C | 43 | 91 | 20 | 19 |
| Octal | 54 | 125 | 75 | 60 | 0 | 34 | 103 | 221 | 40 | 31 |
| Binary | 101100 | 1010101 | 111101 | 110000 | 0 | 11100 | 1000011 | 10010001 | 100000 | 11001 |
Color Harmonies of #2C553D
Complementary color
Monochromatic Colors of #2C553D
Black with #2C553D
Text Example
Text Example
White with #2C553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C553D; }
p { color: rgb(44,85,61); }
H1.HeaderClassName
{
color: #2C553D;
}
.AnyTagClassName
{
color: #2C553D;
}
</style>
background-color css
<style>
a { background-color: #2C553D; }
a { background-color: rgb(44,85,61); }
div.DivClassName
{
background-color: #2C553D;
}
.BgClassName
{
background-color: #2C553D;
}
</style>
border-color css
<style>
span { border-color: #2C553D; }
span { border-color: rgb(44,85,61); }
td.TdClassName
{
border-color: #2C553D;
}
.TagClassName
{
border-color: #2C553D;
}
</style>