Shades of Kaitoke Green #1F5135
Tints of Kaitoke Green #1F5135
RGB
CMYK
RGB Variations
Color information
#1F5135 (or 0x1F5135) is known color: Kaitoke Green. HEX triplet: 1F, 51 and 35. RGB value is (31,81,53). Sum of RGB (Red+Green+Blue) = 31+81+53=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #1F5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5135 is #E0AECA. Grayscale: #3E3E3E. Windows color (decimal): -14724811 or 3494175. OLE color: 3494175.
HSL color Cylindrical-coordinate representation of color #1F5135: hue angle of 146.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5135 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 53 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.68 |
| HSL | 146.4º | 0.45% | 0.22% | - |
| HSV(B) | 146.4º | 0.62% | 0.32% | - |
| XYZ | 4.15 | 6.43 | 4.39 | - |
| YUV | 62.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 53 | 0.62 | 0 | 0.35 | 0.68 | 146.4 | 0.45 | 0.22 |
| Hex | 1F | 51 | 35 | 3E | 0 | 23 | 44 | 92 | 2D | 16 |
| Octal | 37 | 121 | 65 | 76 | 0 | 43 | 104 | 222 | 55 | 26 |
| Binary | 11111 | 1010001 | 110101 | 111110 | 0 | 100011 | 1000100 | 10010010 | 101101 | 10110 |
Color Harmonies of #1F5135
Complementary color
Monochromatic Colors of #1F5135
Black with #1F5135
Text Example
Text Example
White with #1F5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5135; }
p { color: rgb(31,81,53); }
H1.HeaderClassName
{
color: #1F5135;
}
.AnyTagClassName
{
color: #1F5135;
}
</style>
background-color css
<style>
a { background-color: #1F5135; }
a { background-color: rgb(31,81,53); }
div.DivClassName
{
background-color: #1F5135;
}
.BgClassName
{
background-color: #1F5135;
}
</style>
border-color css
<style>
span { border-color: #1F5135; }
span { border-color: rgb(31,81,53); }
td.TdClassName
{
border-color: #1F5135;
}
.TagClassName
{
border-color: #1F5135;
}
</style>