Shades of Kaitoke Green #21482D
Tints of Kaitoke Green #21482D
RGB
CMYK
RGB Variations
Color information
#21482D (or 0x21482D) is known color: Kaitoke Green. HEX triplet: 21, 48 and 2D. RGB value is (33,72,45). Sum of RGB (Red+Green+Blue) = 33+72+45=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #21482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21482D is #DEB7D2. Grayscale: #393939. Windows color (decimal): -14596051 or 2967585. OLE color: 2967585.
HSL color Cylindrical-coordinate representation of color #21482D: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21482D is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 45 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.72 |
| HSL | 138.46º | 0.37% | 0.21% | - |
| HSV(B) | 138.46º | 0.54% | 0.28% | - |
| XYZ | 3.42 | 5.15 | 3.3 | - |
| YUV | 57.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 45 | 0.54 | 0 | 0.38 | 0.72 | 138.46 | 0.37 | 0.21 |
| Hex | 21 | 48 | 2D | 36 | 0 | 26 | 48 | 8A | 25 | 15 |
| Octal | 41 | 110 | 55 | 66 | 0 | 46 | 110 | 212 | 45 | 25 |
| Binary | 100001 | 1001000 | 101101 | 110110 | 0 | 100110 | 1001000 | 10001010 | 100101 | 10101 |
Color Harmonies of #21482D
Complementary color
Monochromatic Colors of #21482D
Black with #21482D
Text Example
Text Example
White with #21482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21482D; }
p { color: rgb(33,72,45); }
H1.HeaderClassName
{
color: #21482D;
}
.AnyTagClassName
{
color: #21482D;
}
</style>
background-color css
<style>
a { background-color: #21482D; }
a { background-color: rgb(33,72,45); }
div.DivClassName
{
background-color: #21482D;
}
.BgClassName
{
background-color: #21482D;
}
</style>
border-color css
<style>
span { border-color: #21482D; }
span { border-color: rgb(33,72,45); }
td.TdClassName
{
border-color: #21482D;
}
.TagClassName
{
border-color: #21482D;
}
</style>