Shades of Kaitoke Green #1C5031
Tints of Kaitoke Green #1C5031
RGB
CMYK
RGB Variations
Color information
#1C5031 (or 0x1C5031) is known color: Kaitoke Green. HEX triplet: 1C, 50 and 31. RGB value is (28,80,49). Sum of RGB (Red+Green+Blue) = 28+80+49=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5031 is #E3AFCE. Grayscale: #3C3C3C. Windows color (decimal): -14921679 or 3231772. OLE color: 3231772.
HSL color Cylindrical-coordinate representation of color #1C5031: hue angle of 144.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5031 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 80 | 49 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.69 |
| HSL | 144.23º | 0.48% | 0.21% | - |
| HSV(B) | 144.23º | 0.65% | 0.31% | - |
| XYZ | 3.9 | 6.21 | 3.9 | - |
| YUV | 60.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 49 | 0.65 | 0 | 0.39 | 0.69 | 144.23 | 0.48 | 0.21 |
| Hex | 1C | 50 | 31 | 41 | 0 | 27 | 45 | 90 | 30 | 15 |
| Octal | 34 | 120 | 61 | 101 | 0 | 47 | 105 | 220 | 60 | 25 |
| Binary | 11100 | 1010000 | 110001 | 1000001 | 0 | 100111 | 1000101 | 10010000 | 110000 | 10101 |
Color Harmonies of #1C5031
Complementary color
Monochromatic Colors of #1C5031
Black with #1C5031
Text Example
Text Example
White with #1C5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5031; }
p { color: rgb(28,80,49); }
H1.HeaderClassName
{
color: #1C5031;
}
.AnyTagClassName
{
color: #1C5031;
}
</style>
background-color css
<style>
a { background-color: #1C5031; }
a { background-color: rgb(28,80,49); }
div.DivClassName
{
background-color: #1C5031;
}
.BgClassName
{
background-color: #1C5031;
}
</style>
border-color css
<style>
span { border-color: #1C5031; }
span { border-color: rgb(28,80,49); }
td.TdClassName
{
border-color: #1C5031;
}
.TagClassName
{
border-color: #1C5031;
}
</style>