Shades of Kaitoke Green #285338
Tints of Kaitoke Green #285338
RGB
CMYK
RGB Variations
Color information
#285338 (or 0x285338) is known color: Kaitoke Green. HEX triplet: 28, 53 and 38. RGB value is (40,83,56). Sum of RGB (Red+Green+Blue) = 40+83+56=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #285338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285338 is #D7ACC7. Grayscale: #434343. Windows color (decimal): -14134472 or 3691304. OLE color: 3691304.
HSL color Cylindrical-coordinate representation of color #285338: hue angle of 142.33º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285338 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 56 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.67 |
| HSL | 142.33º | 0.35% | 0.24% | - |
| HSV(B) | 142.33º | 0.52% | 0.33% | - |
| XYZ | 4.68 | 6.92 | 4.83 | - |
| YUV | 67.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 56 | 0.52 | 0 | 0.33 | 0.67 | 142.33 | 0.35 | 0.24 |
| Hex | 28 | 53 | 38 | 34 | 0 | 21 | 43 | 8E | 23 | 18 |
| Octal | 50 | 123 | 70 | 64 | 0 | 41 | 103 | 216 | 43 | 30 |
| Binary | 101000 | 1010011 | 111000 | 110100 | 0 | 100001 | 1000011 | 10001110 | 100011 | 11000 |
Color Harmonies of #285338
Complementary color
Monochromatic Colors of #285338
Black with #285338
Text Example
Text Example
White with #285338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285338; }
p { color: rgb(40,83,56); }
H1.HeaderClassName
{
color: #285338;
}
.AnyTagClassName
{
color: #285338;
}
</style>
background-color css
<style>
a { background-color: #285338; }
a { background-color: rgb(40,83,56); }
div.DivClassName
{
background-color: #285338;
}
.BgClassName
{
background-color: #285338;
}
</style>
border-color css
<style>
span { border-color: #285338; }
span { border-color: rgb(40,83,56); }
td.TdClassName
{
border-color: #285338;
}
.TagClassName
{
border-color: #285338;
}
</style>