Shades of Kaitoke Green #284B32
Tints of Kaitoke Green #284B32
RGB
CMYK
RGB Variations
Color information
#284B32 (or 0x284B32) is known color: Kaitoke Green. HEX triplet: 28, 4B and 32. RGB value is (40,75,50). Sum of RGB (Red+Green+Blue) = 40+75+50=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #284B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284B32 is #D7B4CD. Grayscale: #3D3D3D. Windows color (decimal): -14136526 or 3296040. OLE color: 3296040.
HSL color Cylindrical-coordinate representation of color #284B32: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284B32 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 75 | 50 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.71 |
| HSL | 137.14º | 0.3% | 0.23% | - |
| HSV(B) | 137.14º | 0.47% | 0.29% | - |
| XYZ | 3.97 | 5.71 | 3.91 | - |
| YUV | 61.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 50 | 0.47 | 0 | 0.33 | 0.71 | 137.14 | 0.3 | 0.23 |
| Hex | 28 | 4B | 32 | 2F | 0 | 21 | 47 | 89 | 1E | 17 |
| Octal | 50 | 113 | 62 | 57 | 0 | 41 | 107 | 211 | 36 | 27 |
| Binary | 101000 | 1001011 | 110010 | 101111 | 0 | 100001 | 1000111 | 10001001 | 11110 | 10111 |
Color Harmonies of #284B32
Complementary color
Monochromatic Colors of #284B32
Black with #284B32
Text Example
Text Example
White with #284B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B32; }
p { color: rgb(40,75,50); }
H1.HeaderClassName
{
color: #284B32;
}
.AnyTagClassName
{
color: #284B32;
}
</style>
background-color css
<style>
a { background-color: #284B32; }
a { background-color: rgb(40,75,50); }
div.DivClassName
{
background-color: #284B32;
}
.BgClassName
{
background-color: #284B32;
}
</style>
border-color css
<style>
span { border-color: #284B32; }
span { border-color: rgb(40,75,50); }
td.TdClassName
{
border-color: #284B32;
}
.TagClassName
{
border-color: #284B32;
}
</style>