Shades of Kaitoke Green #284E34
Tints of Kaitoke Green #284E34
RGB
CMYK
RGB Variations
Color information
#284E34 (or 0x284E34) is known color: Kaitoke Green. HEX triplet: 28, 4E and 34. RGB value is (40,78,52). Sum of RGB (Red+Green+Blue) = 40+78+52=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #284E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284E34 is #D7B1CB. Grayscale: #3F3F3F. Windows color (decimal): -14135756 or 3427880. OLE color: 3427880.
HSL color Cylindrical-coordinate representation of color #284E34: hue angle of 138.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284E34 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 78 | 52 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.69 |
| HSL | 138.95º | 0.32% | 0.23% | - |
| HSV(B) | 138.95º | 0.49% | 0.31% | - |
| XYZ | 4.22 | 6.15 | 4.21 | - |
| YUV | 63.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 52 | 0.49 | 0 | 0.33 | 0.69 | 138.95 | 0.32 | 0.23 |
| Hex | 28 | 4E | 34 | 31 | 0 | 21 | 45 | 8B | 20 | 17 |
| Octal | 50 | 116 | 64 | 61 | 0 | 41 | 105 | 213 | 40 | 27 |
| Binary | 101000 | 1001110 | 110100 | 110001 | 0 | 100001 | 1000101 | 10001011 | 100000 | 10111 |
Color Harmonies of #284E34
Complementary color
Monochromatic Colors of #284E34
Black with #284E34
Text Example
Text Example
White with #284E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E34; }
p { color: rgb(40,78,52); }
H1.HeaderClassName
{
color: #284E34;
}
.AnyTagClassName
{
color: #284E34;
}
</style>
background-color css
<style>
a { background-color: #284E34; }
a { background-color: rgb(40,78,52); }
div.DivClassName
{
background-color: #284E34;
}
.BgClassName
{
background-color: #284E34;
}
</style>
border-color css
<style>
span { border-color: #284E34; }
span { border-color: rgb(40,78,52); }
td.TdClassName
{
border-color: #284E34;
}
.TagClassName
{
border-color: #284E34;
}
</style>