Shades of Kaitoke Green #284D38
Tints of Kaitoke Green #284D38
RGB
CMYK
RGB Variations
Color information
#284D38 (or 0x284D38) is known color: Kaitoke Green. HEX triplet: 28, 4D and 38. RGB value is (40,77,56). Sum of RGB (Red+Green+Blue) = 40+77+56=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #284D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D38 is #D7B2C7. Grayscale: #3F3F3F. Windows color (decimal): -14136008 or 3689768. OLE color: 3689768.
HSL color Cylindrical-coordinate representation of color #284D38: hue angle of 145.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D38 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 77 | 56 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.70 |
| HSL | 145.95º | 0.32% | 0.23% | - |
| HSV(B) | 145.95º | 0.48% | 0.3% | - |
| XYZ | 4.24 | 6.04 | 4.68 | - |
| YUV | 63.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 56 | 0.48 | 0 | 0.27 | 0.70 | 145.95 | 0.32 | 0.23 |
| Hex | 28 | 4D | 38 | 30 | 0 | 1B | 46 | 92 | 20 | 17 |
| Octal | 50 | 115 | 70 | 60 | 0 | 33 | 106 | 222 | 40 | 27 |
| Binary | 101000 | 1001101 | 111000 | 110000 | 0 | 11011 | 1000110 | 10010010 | 100000 | 10111 |
Color Harmonies of #284D38
Complementary color
Monochromatic Colors of #284D38
Black with #284D38
Text Example
Text Example
White with #284D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D38; }
p { color: rgb(40,77,56); }
H1.HeaderClassName
{
color: #284D38;
}
.AnyTagClassName
{
color: #284D38;
}
</style>
background-color css
<style>
a { background-color: #284D38; }
a { background-color: rgb(40,77,56); }
div.DivClassName
{
background-color: #284D38;
}
.BgClassName
{
background-color: #284D38;
}
</style>
border-color css
<style>
span { border-color: #284D38; }
span { border-color: rgb(40,77,56); }
td.TdClassName
{
border-color: #284D38;
}
.TagClassName
{
border-color: #284D38;
}
</style>