Shades of Kaitoke Green #28523D
Tints of Kaitoke Green #28523D
RGB
CMYK
RGB Variations
Color information
#28523D (or 0x28523D) is known color: Kaitoke Green. HEX triplet: 28, 52 and 3D. RGB value is (40,82,61). Sum of RGB (Red+Green+Blue) = 40+82+61=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #28523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28523D is #D7ADC2. Grayscale: #434343. Windows color (decimal): -14134723 or 4018728. OLE color: 4018728.
HSL color Cylindrical-coordinate representation of color #28523D: hue angle of 150º 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 #28523D is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 61 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.68 |
| HSL | 150º | 0.34% | 0.24% | - |
| HSV(B) | 150º | 0.51% | 0.32% | - |
| XYZ | 4.73 | 6.82 | 5.48 | - |
| YUV | 67.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 61 | 0.51 | 0 | 0.26 | 0.68 | 150 | 0.34 | 0.24 |
| Hex | 28 | 52 | 3D | 33 | 0 | 1A | 44 | 96 | 22 | 18 |
| Octal | 50 | 122 | 75 | 63 | 0 | 32 | 104 | 226 | 42 | 30 |
| Binary | 101000 | 1010010 | 111101 | 110011 | 0 | 11010 | 1000100 | 10010110 | 100010 | 11000 |
Color Harmonies of #28523D
Complementary color
Monochromatic Colors of #28523D
Black with #28523D
Text Example
Text Example
White with #28523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28523D; }
p { color: rgb(40,82,61); }
H1.HeaderClassName
{
color: #28523D;
}
.AnyTagClassName
{
color: #28523D;
}
</style>
background-color css
<style>
a { background-color: #28523D; }
a { background-color: rgb(40,82,61); }
div.DivClassName
{
background-color: #28523D;
}
.BgClassName
{
background-color: #28523D;
}
</style>
border-color css
<style>
span { border-color: #28523D; }
span { border-color: rgb(40,82,61); }
td.TdClassName
{
border-color: #28523D;
}
.TagClassName
{
border-color: #28523D;
}
</style>