Shades of Kaitoke Green #284A34
Tints of Kaitoke Green #284A34
RGB
CMYK
RGB Variations
Color information
#284A34 (or 0x284A34) is known color: Kaitoke Green. HEX triplet: 28, 4A and 34. RGB value is (40,74,52). Sum of RGB (Red+Green+Blue) = 40+74+52=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #284A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A34 is #D7B5CB. Grayscale: #3D3D3D. Windows color (decimal): -14136780 or 3426856. OLE color: 3426856.
HSL color Cylindrical-coordinate representation of color #284A34: hue angle of 141.18º 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 #284A34 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 52 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.71 |
| HSL | 141.18º | 0.3% | 0.22% | - |
| HSV(B) | 141.18º | 0.46% | 0.29% | - |
| XYZ | 3.94 | 5.6 | 4.12 | - |
| YUV | 61.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 52 | 0.46 | 0 | 0.30 | 0.71 | 141.18 | 0.3 | 0.22 |
| Hex | 28 | 4A | 34 | 2E | 0 | 1E | 47 | 8D | 1E | 16 |
| Octal | 50 | 112 | 64 | 56 | 0 | 36 | 107 | 215 | 36 | 26 |
| Binary | 101000 | 1001010 | 110100 | 101110 | 0 | 11110 | 1000111 | 10001101 | 11110 | 10110 |
Color Harmonies of #284A34
Complementary color
Monochromatic Colors of #284A34
Black with #284A34
Text Example
Text Example
White with #284A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A34; }
p { color: rgb(40,74,52); }
H1.HeaderClassName
{
color: #284A34;
}
.AnyTagClassName
{
color: #284A34;
}
</style>
background-color css
<style>
a { background-color: #284A34; }
a { background-color: rgb(40,74,52); }
div.DivClassName
{
background-color: #284A34;
}
.BgClassName
{
background-color: #284A34;
}
</style>
border-color css
<style>
span { border-color: #284A34; }
span { border-color: rgb(40,74,52); }
td.TdClassName
{
border-color: #284A34;
}
.TagClassName
{
border-color: #284A34;
}
</style>