Shades of Kaitoke Green #215130
Tints of Kaitoke Green #215130
RGB
CMYK
RGB Variations
Color information
#215130 (or 0x215130) is known color: Kaitoke Green. HEX triplet: 21, 51 and 30. RGB value is (33,81,48). Sum of RGB (Red+Green+Blue) = 33+81+48=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #215130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215130 is #DEAECF. Grayscale: #3E3E3E. Windows color (decimal): -14593744 or 3166497. OLE color: 3166497.
HSL color Cylindrical-coordinate representation of color #215130: hue angle of 138.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215130 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 48 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.68 |
| HSL | 138.75º | 0.42% | 0.22% | - |
| HSV(B) | 138.75º | 0.59% | 0.32% | - |
| XYZ | 4.1 | 6.42 | 3.82 | - |
| YUV | 62.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 48 | 0.59 | 0 | 0.41 | 0.68 | 138.75 | 0.42 | 0.22 |
| Hex | 21 | 51 | 30 | 3B | 0 | 29 | 44 | 8B | 2A | 16 |
| Octal | 41 | 121 | 60 | 73 | 0 | 51 | 104 | 213 | 52 | 26 |
| Binary | 100001 | 1010001 | 110000 | 111011 | 0 | 101001 | 1000100 | 10001011 | 101010 | 10110 |
Color Harmonies of #215130
Complementary color
Monochromatic Colors of #215130
Black with #215130
Text Example
Text Example
White with #215130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215130; }
p { color: rgb(33,81,48); }
H1.HeaderClassName
{
color: #215130;
}
.AnyTagClassName
{
color: #215130;
}
</style>
background-color css
<style>
a { background-color: #215130; }
a { background-color: rgb(33,81,48); }
div.DivClassName
{
background-color: #215130;
}
.BgClassName
{
background-color: #215130;
}
</style>
border-color css
<style>
span { border-color: #215130; }
span { border-color: rgb(33,81,48); }
td.TdClassName
{
border-color: #215130;
}
.TagClassName
{
border-color: #215130;
}
</style>