Shades of Kaitoke Green #285B3C
Tints of Kaitoke Green #285B3C
RGB
CMYK
RGB Variations
Color information
#285B3C (or 0x285B3C) is known color: Kaitoke Green. HEX triplet: 28, 5B and 3C. RGB value is (40,91,60). Sum of RGB (Red+Green+Blue) = 40+91+60=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 91 - color contains mainly: green. Hex color #285B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B3C is #D7A4C3. Grayscale: #484848. Windows color (decimal): -14132420 or 3955496. OLE color: 3955496.
HSL color Cylindrical-coordinate representation of color #285B3C: hue angle of 143.53º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B3C is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 60 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.64 |
| HSL | 143.53º | 0.39% | 0.26% | - |
| HSV(B) | 143.53º | 0.56% | 0.36% | - |
| XYZ | 5.43 | 8.26 | 5.58 | - |
| YUV | 72.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 60 | 0.56 | 0 | 0.34 | 0.64 | 143.53 | 0.39 | 0.26 |
| Hex | 28 | 5B | 3C | 38 | 0 | 22 | 40 | 90 | 27 | 1A |
| Octal | 50 | 133 | 74 | 70 | 0 | 42 | 100 | 220 | 47 | 32 |
| Binary | 101000 | 1011011 | 111100 | 111000 | 0 | 100010 | 1000000 | 10010000 | 100111 | 11010 |
Color Harmonies of #285B3C
Complementary color
Monochromatic Colors of #285B3C
Black with #285B3C
Text Example
Text Example
White with #285B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B3C; }
p { color: rgb(40,91,60); }
H1.HeaderClassName
{
color: #285B3C;
}
.AnyTagClassName
{
color: #285B3C;
}
</style>
background-color css
<style>
a { background-color: #285B3C; }
a { background-color: rgb(40,91,60); }
div.DivClassName
{
background-color: #285B3C;
}
.BgClassName
{
background-color: #285B3C;
}
</style>
border-color css
<style>
span { border-color: #285B3C; }
span { border-color: rgb(40,91,60); }
td.TdClassName
{
border-color: #285B3C;
}
.TagClassName
{
border-color: #285B3C;
}
</style>