Shades of Kaitoke Green #28533D
Tints of Kaitoke Green #28533D
RGB
CMYK
RGB Variations
Color information
#28533D (or 0x28533D) is known color: Kaitoke Green. HEX triplet: 28, 53 and 3D. RGB value is (40,83,61). Sum of RGB (Red+Green+Blue) = 40+83+61=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #28533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533D is #D7ACC2. Grayscale: #434343. Windows color (decimal): -14134467 or 4018984. OLE color: 4018984.
HSL color Cylindrical-coordinate representation of color #28533D: hue angle of 149.3º 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 #28533D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 61 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.67 |
| HSL | 149.3º | 0.35% | 0.24% | - |
| HSV(B) | 149.3º | 0.52% | 0.33% | - |
| XYZ | 4.81 | 6.97 | 5.51 | - |
| YUV | 67.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 61 | 0.52 | 0 | 0.27 | 0.67 | 149.3 | 0.35 | 0.24 |
| Hex | 28 | 53 | 3D | 34 | 0 | 1B | 43 | 95 | 23 | 18 |
| Octal | 50 | 123 | 75 | 64 | 0 | 33 | 103 | 225 | 43 | 30 |
| Binary | 101000 | 1010011 | 111101 | 110100 | 0 | 11011 | 1000011 | 10010101 | 100011 | 11000 |
Color Harmonies of #28533D
Complementary color
Monochromatic Colors of #28533D
Black with #28533D
Text Example
Text Example
White with #28533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28533D; }
p { color: rgb(40,83,61); }
H1.HeaderClassName
{
color: #28533D;
}
.AnyTagClassName
{
color: #28533D;
}
</style>
background-color css
<style>
a { background-color: #28533D; }
a { background-color: rgb(40,83,61); }
div.DivClassName
{
background-color: #28533D;
}
.BgClassName
{
background-color: #28533D;
}
</style>
border-color css
<style>
span { border-color: #28533D; }
span { border-color: rgb(40,83,61); }
td.TdClassName
{
border-color: #28533D;
}
.TagClassName
{
border-color: #28533D;
}
</style>