Shades of Kaitoke Green #1C5331
Tints of Kaitoke Green #1C5331
RGB
CMYK
RGB Variations
Color information
#1C5331 (or 0x1C5331) is known color: Kaitoke Green. HEX triplet: 1C, 53 and 31. RGB value is (28,83,49). Sum of RGB (Red+Green+Blue) = 28+83+49=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5331 is #E3ACCE. Grayscale: #3E3E3E. Windows color (decimal): -14920911 or 3232540. OLE color: 3232540.
HSL color Cylindrical-coordinate representation of color #1C5331: hue angle of 142.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5331 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 49 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.67 |
| HSL | 142.91º | 0.5% | 0.22% | - |
| HSV(B) | 142.91º | 0.66% | 0.33% | - |
| XYZ | 4.13 | 6.66 | 3.97 | - |
| YUV | 62.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 49 | 0.66 | 0 | 0.41 | 0.67 | 142.91 | 0.5 | 0.22 |
| Hex | 1C | 53 | 31 | 42 | 0 | 29 | 43 | 8F | 32 | 16 |
| Octal | 34 | 123 | 61 | 102 | 0 | 51 | 103 | 217 | 62 | 26 |
| Binary | 11100 | 1010011 | 110001 | 1000010 | 0 | 101001 | 1000011 | 10001111 | 110010 | 10110 |
Color Harmonies of #1C5331
Complementary color
Monochromatic Colors of #1C5331
Black with #1C5331
Text Example
Text Example
White with #1C5331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5331; }
p { color: rgb(28,83,49); }
H1.HeaderClassName
{
color: #1C5331;
}
.AnyTagClassName
{
color: #1C5331;
}
</style>
background-color css
<style>
a { background-color: #1C5331; }
a { background-color: rgb(28,83,49); }
div.DivClassName
{
background-color: #1C5331;
}
.BgClassName
{
background-color: #1C5331;
}
</style>
border-color css
<style>
span { border-color: #1C5331; }
span { border-color: rgb(28,83,49); }
td.TdClassName
{
border-color: #1C5331;
}
.TagClassName
{
border-color: #1C5331;
}
</style>