Shades of Kaitoke Green #284C34
Tints of Kaitoke Green #284C34
RGB
CMYK
RGB Variations
Color information
#284C34 (or 0x284C34) is known color: Kaitoke Green. HEX triplet: 28, 4C and 34. RGB value is (40,76,52). Sum of RGB (Red+Green+Blue) = 40+76+52=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #284C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C34 is #D7B3CB. Grayscale: #3E3E3E. Windows color (decimal): -14136268 or 3427368. OLE color: 3427368.
HSL color Cylindrical-coordinate representation of color #284C34: hue angle of 140º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C34 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 52 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.70 |
| HSL | 140º | 0.31% | 0.23% | - |
| HSV(B) | 140º | 0.47% | 0.3% | - |
| XYZ | 4.08 | 5.87 | 4.17 | - |
| YUV | 62.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 52 | 0.47 | 0 | 0.32 | 0.70 | 140 | 0.31 | 0.23 |
| Hex | 28 | 4C | 34 | 2F | 0 | 20 | 46 | 8C | 1F | 17 |
| Octal | 50 | 114 | 64 | 57 | 0 | 40 | 106 | 214 | 37 | 27 |
| Binary | 101000 | 1001100 | 110100 | 101111 | 0 | 100000 | 1000110 | 10001100 | 11111 | 10111 |
Color Harmonies of #284C34
Complementary color
Monochromatic Colors of #284C34
Black with #284C34
Text Example
Text Example
White with #284C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C34; }
p { color: rgb(40,76,52); }
H1.HeaderClassName
{
color: #284C34;
}
.AnyTagClassName
{
color: #284C34;
}
</style>
background-color css
<style>
a { background-color: #284C34; }
a { background-color: rgb(40,76,52); }
div.DivClassName
{
background-color: #284C34;
}
.BgClassName
{
background-color: #284C34;
}
</style>
border-color css
<style>
span { border-color: #284C34; }
span { border-color: rgb(40,76,52); }
td.TdClassName
{
border-color: #284C34;
}
.TagClassName
{
border-color: #284C34;
}
</style>