Shades of Kaitoke Green #28533C
Tints of Kaitoke Green #28533C
RGB
CMYK
RGB Variations
Color information
#28533C (or 0x28533C) is known color: Kaitoke Green. HEX triplet: 28, 53 and 3C. RGB value is (40,83,60). Sum of RGB (Red+Green+Blue) = 40+83+60=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #28533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533C is #D7ACC3. Grayscale: #434343. Windows color (decimal): -14134468 or 3953448. OLE color: 3953448.
HSL color Cylindrical-coordinate representation of color #28533C: hue angle of 147.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28533C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 60 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.67 |
| HSL | 147.91º | 0.35% | 0.24% | - |
| HSV(B) | 147.91º | 0.52% | 0.33% | - |
| XYZ | 4.78 | 6.96 | 5.37 | - |
| YUV | 67.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 60 | 0.52 | 0 | 0.28 | 0.67 | 147.91 | 0.35 | 0.24 |
| Hex | 28 | 53 | 3C | 34 | 0 | 1C | 43 | 94 | 23 | 18 |
| Octal | 50 | 123 | 74 | 64 | 0 | 34 | 103 | 224 | 43 | 30 |
| Binary | 101000 | 1010011 | 111100 | 110100 | 0 | 11100 | 1000011 | 10010100 | 100011 | 11000 |
Color Harmonies of #28533C
Complementary color
Monochromatic Colors of #28533C
Black with #28533C
Text Example
Text Example
White with #28533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28533C; }
p { color: rgb(40,83,60); }
H1.HeaderClassName
{
color: #28533C;
}
.AnyTagClassName
{
color: #28533C;
}
</style>
background-color css
<style>
a { background-color: #28533C; }
a { background-color: rgb(40,83,60); }
div.DivClassName
{
background-color: #28533C;
}
.BgClassName
{
background-color: #28533C;
}
</style>
border-color css
<style>
span { border-color: #28533C; }
span { border-color: rgb(40,83,60); }
td.TdClassName
{
border-color: #28533C;
}
.TagClassName
{
border-color: #28533C;
}
</style>