Shades of Kaitoke Green #20552A
Tints of Kaitoke Green #20552A
RGB
CMYK
RGB Variations
Color information
#20552A (or 0x20552A) is known color: Kaitoke Green. HEX triplet: 20, 55 and 2A. RGB value is (32,85,42). Sum of RGB (Red+Green+Blue) = 32+85+42=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #20552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20552A is #DFAAD5. Grayscale: #404040. Windows color (decimal): -14658262 or 2774304. OLE color: 2774304.
HSL color Cylindrical-coordinate representation of color #20552A: hue angle of 131.32º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20552A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 42 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.67 |
| HSL | 131.32º | 0.45% | 0.23% | - |
| HSV(B) | 131.32º | 0.62% | 0.33% | - |
| XYZ | 4.26 | 6.97 | 3.31 | - |
| YUV | 64.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 42 | 0.62 | 0 | 0.51 | 0.67 | 131.32 | 0.45 | 0.23 |
| Hex | 20 | 55 | 2A | 3E | 0 | 33 | 43 | 83 | 2D | 17 |
| Octal | 40 | 125 | 52 | 76 | 0 | 63 | 103 | 203 | 55 | 27 |
| Binary | 100000 | 1010101 | 101010 | 111110 | 0 | 110011 | 1000011 | 10000011 | 101101 | 10111 |
Color Harmonies of #20552A
Complementary color
Monochromatic Colors of #20552A
Black with #20552A
Text Example
Text Example
White with #20552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20552A; }
p { color: rgb(32,85,42); }
H1.HeaderClassName
{
color: #20552A;
}
.AnyTagClassName
{
color: #20552A;
}
</style>
background-color css
<style>
a { background-color: #20552A; }
a { background-color: rgb(32,85,42); }
div.DivClassName
{
background-color: #20552A;
}
.BgClassName
{
background-color: #20552A;
}
</style>
border-color css
<style>
span { border-color: #20552A; }
span { border-color: rgb(32,85,42); }
td.TdClassName
{
border-color: #20552A;
}
.TagClassName
{
border-color: #20552A;
}
</style>