Shades of Kaitoke Green #28523C
Tints of Kaitoke Green #28523C
RGB
CMYK
RGB Variations
Color information
#28523C (or 0x28523C) is known color: Kaitoke Green. HEX triplet: 28, 52 and 3C. RGB value is (40,82,60). Sum of RGB (Red+Green+Blue) = 40+82+60=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #28523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523C is #D7ADC3. Grayscale: #424242. Windows color (decimal): -14134724 or 3953192. OLE color: 3953192.
HSL color Cylindrical-coordinate representation of color #28523C: hue angle of 148.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28523C is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 60 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.68 |
| HSL | 148.57º | 0.34% | 0.24% | - |
| HSV(B) | 148.57º | 0.51% | 0.32% | - |
| XYZ | 4.71 | 6.81 | 5.34 | - |
| YUV | 66.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 60 | 0.51 | 0 | 0.27 | 0.68 | 148.57 | 0.34 | 0.24 |
| Hex | 28 | 52 | 3C | 33 | 0 | 1B | 44 | 95 | 22 | 18 |
| Octal | 50 | 122 | 74 | 63 | 0 | 33 | 104 | 225 | 42 | 30 |
| Binary | 101000 | 1010010 | 111100 | 110011 | 0 | 11011 | 1000100 | 10010101 | 100010 | 11000 |
Color Harmonies of #28523C
Complementary color
Monochromatic Colors of #28523C
Black with #28523C
Text Example
Text Example
White with #28523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28523C; }
p { color: rgb(40,82,60); }
H1.HeaderClassName
{
color: #28523C;
}
.AnyTagClassName
{
color: #28523C;
}
</style>
background-color css
<style>
a { background-color: #28523C; }
a { background-color: rgb(40,82,60); }
div.DivClassName
{
background-color: #28523C;
}
.BgClassName
{
background-color: #28523C;
}
</style>
border-color css
<style>
span { border-color: #28523C; }
span { border-color: rgb(40,82,60); }
td.TdClassName
{
border-color: #28523C;
}
.TagClassName
{
border-color: #28523C;
}
</style>