Shades of Kaitoke Green #1C5739
Tints of Kaitoke Green #1C5739
RGB
CMYK
RGB Variations
Color information
#1C5739 (or 0x1C5739) is known color: Kaitoke Green. HEX triplet: 1C, 57 and 39. RGB value is (28,87,57). Sum of RGB (Red+Green+Blue) = 28+87+57=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #1C5739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5739 is #E3A8C6. Grayscale: #424242. Windows color (decimal): -14919879 or 3757852. OLE color: 3757852.
HSL color Cylindrical-coordinate representation of color #1C5739: hue angle of 149.49º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C5739 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 87 | 57 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.66 |
| HSL | 149.49º | 0.51% | 0.23% | - |
| HSV(B) | 149.49º | 0.68% | 0.34% | - |
| XYZ | 4.63 | 7.36 | 5.05 | - |
| YUV | 65.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 57 | 0.68 | 0 | 0.34 | 0.66 | 149.49 | 0.51 | 0.23 |
| Hex | 1C | 57 | 39 | 44 | 0 | 22 | 42 | 95 | 33 | 17 |
| Octal | 34 | 127 | 71 | 104 | 0 | 42 | 102 | 225 | 63 | 27 |
| Binary | 11100 | 1010111 | 111001 | 1000100 | 0 | 100010 | 1000010 | 10010101 | 110011 | 10111 |
Color Harmonies of #1C5739
Complementary color
Monochromatic Colors of #1C5739
Black with #1C5739
Text Example
Text Example
White with #1C5739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5739; }
p { color: rgb(28,87,57); }
H1.HeaderClassName
{
color: #1C5739;
}
.AnyTagClassName
{
color: #1C5739;
}
</style>
background-color css
<style>
a { background-color: #1C5739; }
a { background-color: rgb(28,87,57); }
div.DivClassName
{
background-color: #1C5739;
}
.BgClassName
{
background-color: #1C5739;
}
</style>
border-color css
<style>
span { border-color: #1C5739; }
span { border-color: rgb(28,87,57); }
td.TdClassName
{
border-color: #1C5739;
}
.TagClassName
{
border-color: #1C5739;
}
</style>