Shades of Kaitoke Green #204B31
Tints of Kaitoke Green #204B31
RGB
CMYK
RGB Variations
Color information
#204B31 (or 0x204B31) is known color: Kaitoke Green. HEX triplet: 20, 4B and 31. RGB value is (32,75,49). Sum of RGB (Red+Green+Blue) = 32+75+49=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #204B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204B31 is #DFB4CE. Grayscale: #3B3B3B. Windows color (decimal): -14660815 or 3230496. OLE color: 3230496.
HSL color Cylindrical-coordinate representation of color #204B31: hue angle of 143.72º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204B31 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 75 | 49 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.71 |
| HSL | 143.72º | 0.4% | 0.21% | - |
| HSV(B) | 143.72º | 0.57% | 0.29% | - |
| XYZ | 3.67 | 5.56 | 3.79 | - |
| YUV | 59.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 49 | 0.57 | 0 | 0.35 | 0.71 | 143.72 | 0.4 | 0.21 |
| Hex | 20 | 4B | 31 | 39 | 0 | 23 | 47 | 90 | 28 | 15 |
| Octal | 40 | 113 | 61 | 71 | 0 | 43 | 107 | 220 | 50 | 25 |
| Binary | 100000 | 1001011 | 110001 | 111001 | 0 | 100011 | 1000111 | 10010000 | 101000 | 10101 |
Color Harmonies of #204B31
Complementary color
Monochromatic Colors of #204B31
Black with #204B31
Text Example
Text Example
White with #204B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B31; }
p { color: rgb(32,75,49); }
H1.HeaderClassName
{
color: #204B31;
}
.AnyTagClassName
{
color: #204B31;
}
</style>
background-color css
<style>
a { background-color: #204B31; }
a { background-color: rgb(32,75,49); }
div.DivClassName
{
background-color: #204B31;
}
.BgClassName
{
background-color: #204B31;
}
</style>
border-color css
<style>
span { border-color: #204B31; }
span { border-color: rgb(32,75,49); }
td.TdClassName
{
border-color: #204B31;
}
.TagClassName
{
border-color: #204B31;
}
</style>