Shades of Kaitoke Green #20492D
Tints of Kaitoke Green #20492D
RGB
CMYK
RGB Variations
Color information
#20492D (or 0x20492D) is known color: Kaitoke Green. HEX triplet: 20, 49 and 2D. RGB value is (32,73,45). Sum of RGB (Red+Green+Blue) = 32+73+45=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #20492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20492D is #DFB6D2. Grayscale: #393939. Windows color (decimal): -14661331 or 2967840. OLE color: 2967840.
HSL color Cylindrical-coordinate representation of color #20492D: hue angle of 139.02º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20492D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 45 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.71 |
| HSL | 139.02º | 0.39% | 0.21% | - |
| HSV(B) | 139.02º | 0.56% | 0.29% | - |
| XYZ | 3.45 | 5.26 | 3.32 | - |
| YUV | 57.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 45 | 0.56 | 0 | 0.38 | 0.71 | 139.02 | 0.39 | 0.21 |
| Hex | 20 | 49 | 2D | 38 | 0 | 26 | 47 | 8B | 27 | 15 |
| Octal | 40 | 111 | 55 | 70 | 0 | 46 | 107 | 213 | 47 | 25 |
| Binary | 100000 | 1001001 | 101101 | 111000 | 0 | 100110 | 1000111 | 10001011 | 100111 | 10101 |
Color Harmonies of #20492D
Complementary color
Monochromatic Colors of #20492D
Black with #20492D
Text Example
Text Example
White with #20492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20492D; }
p { color: rgb(32,73,45); }
H1.HeaderClassName
{
color: #20492D;
}
.AnyTagClassName
{
color: #20492D;
}
</style>
background-color css
<style>
a { background-color: #20492D; }
a { background-color: rgb(32,73,45); }
div.DivClassName
{
background-color: #20492D;
}
.BgClassName
{
background-color: #20492D;
}
</style>
border-color css
<style>
span { border-color: #20492D; }
span { border-color: rgb(32,73,45); }
td.TdClassName
{
border-color: #20492D;
}
.TagClassName
{
border-color: #20492D;
}
</style>