Shades of Kaitoke Green #20472C
Tints of Kaitoke Green #20472C
RGB
CMYK
RGB Variations
Color information
#20472C (or 0x20472C) is known color: Kaitoke Green. HEX triplet: 20, 47 and 2C. RGB value is (32,71,44). Sum of RGB (Red+Green+Blue) = 32+71+44=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #20472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20472C is #DFB8D3. Grayscale: #383838. Windows color (decimal): -14661844 or 2901792. OLE color: 2901792.
HSL color Cylindrical-coordinate representation of color #20472C: hue angle of 138.46º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20472C is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 44 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.72 |
| HSL | 138.46º | 0.38% | 0.2% | - |
| HSV(B) | 138.46º | 0.55% | 0.28% | - |
| XYZ | 3.3 | 5 | 3.17 | - |
| YUV | 56.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 44 | 0.55 | 0 | 0.38 | 0.72 | 138.46 | 0.38 | 0.2 |
| Hex | 20 | 47 | 2C | 37 | 0 | 26 | 48 | 8A | 26 | 14 |
| Octal | 40 | 107 | 54 | 67 | 0 | 46 | 110 | 212 | 46 | 24 |
| Binary | 100000 | 1000111 | 101100 | 110111 | 0 | 100110 | 1001000 | 10001010 | 100110 | 10100 |
Color Harmonies of #20472C
Complementary color
Monochromatic Colors of #20472C
Black with #20472C
Text Example
Text Example
White with #20472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20472C; }
p { color: rgb(32,71,44); }
H1.HeaderClassName
{
color: #20472C;
}
.AnyTagClassName
{
color: #20472C;
}
</style>
background-color css
<style>
a { background-color: #20472C; }
a { background-color: rgb(32,71,44); }
div.DivClassName
{
background-color: #20472C;
}
.BgClassName
{
background-color: #20472C;
}
</style>
border-color css
<style>
span { border-color: #20472C; }
span { border-color: rgb(32,71,44); }
td.TdClassName
{
border-color: #20472C;
}
.TagClassName
{
border-color: #20472C;
}
</style>