Shades of Kaitoke Green #205028
Tints of Kaitoke Green #205028
RGB
CMYK
RGB Variations
Color information
#205028 (or 0x205028) is known color: Kaitoke Green. HEX triplet: 20, 50 and 28. RGB value is (32,80,40). Sum of RGB (Red+Green+Blue) = 32+80+40=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #205028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205028 is #DFAFD7. Grayscale: #3D3D3D. Windows color (decimal): -14659544 or 2641952. OLE color: 2641952.
HSL color Cylindrical-coordinate representation of color #205028: hue angle of 130º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205028 is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 40 | - |
| CMYK | 0.60 | 0 | 0.5 | 0.69 |
| HSL | 130º | 0.43% | 0.22% | - |
| HSV(B) | 130º | 0.6% | 0.31% | - |
| XYZ | 3.85 | 6.2 | 3 | - |
| YUV | 61.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 40 | 0.60 | 0 | 0.5 | 0.69 | 130 | 0.43 | 0.22 |
| Hex | 20 | 50 | 28 | 3C | 0 | 32 | 45 | 82 | 2B | 16 |
| Octal | 40 | 120 | 50 | 74 | 0 | 62 | 105 | 202 | 53 | 26 |
| Binary | 100000 | 1010000 | 101000 | 111100 | 0 | 110010 | 1000101 | 10000010 | 101011 | 10110 |
Color Harmonies of #205028
Complementary color
Monochromatic Colors of #205028
Black with #205028
Text Example
Text Example
White with #205028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205028; }
p { color: rgb(32,80,40); }
H1.HeaderClassName
{
color: #205028;
}
.AnyTagClassName
{
color: #205028;
}
</style>
background-color css
<style>
a { background-color: #205028; }
a { background-color: rgb(32,80,40); }
div.DivClassName
{
background-color: #205028;
}
.BgClassName
{
background-color: #205028;
}
</style>
border-color css
<style>
span { border-color: #205028; }
span { border-color: rgb(32,80,40); }
td.TdClassName
{
border-color: #205028;
}
.TagClassName
{
border-color: #205028;
}
</style>