Shades of Kaitoke Green #284A33
Tints of Kaitoke Green #284A33
RGB
CMYK
RGB Variations
Color information
#284A33 (or 0x284A33) is known color: Kaitoke Green. HEX triplet: 28, 4A and 33. RGB value is (40,74,51). Sum of RGB (Red+Green+Blue) = 40+74+51=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #284A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A33 is #D7B5CC. Grayscale: #3D3D3D. Windows color (decimal): -14136781 or 3361320. OLE color: 3361320.
HSL color Cylindrical-coordinate representation of color #284A33: hue angle of 139.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A33 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 51 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.71 |
| HSL | 139.41º | 0.3% | 0.22% | - |
| HSV(B) | 139.41º | 0.46% | 0.29% | - |
| XYZ | 3.92 | 5.59 | 4 | - |
| YUV | 61.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 51 | 0.46 | 0 | 0.31 | 0.71 | 139.41 | 0.3 | 0.22 |
| Hex | 28 | 4A | 33 | 2E | 0 | 1F | 47 | 8B | 1E | 16 |
| Octal | 50 | 112 | 63 | 56 | 0 | 37 | 107 | 213 | 36 | 26 |
| Binary | 101000 | 1001010 | 110011 | 101110 | 0 | 11111 | 1000111 | 10001011 | 11110 | 10110 |
Color Harmonies of #284A33
Complementary color
Monochromatic Colors of #284A33
Black with #284A33
Text Example
Text Example
White with #284A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A33; }
p { color: rgb(40,74,51); }
H1.HeaderClassName
{
color: #284A33;
}
.AnyTagClassName
{
color: #284A33;
}
</style>
background-color css
<style>
a { background-color: #284A33; }
a { background-color: rgb(40,74,51); }
div.DivClassName
{
background-color: #284A33;
}
.BgClassName
{
background-color: #284A33;
}
</style>
border-color css
<style>
span { border-color: #284A33; }
span { border-color: rgb(40,74,51); }
td.TdClassName
{
border-color: #284A33;
}
.TagClassName
{
border-color: #284A33;
}
</style>