Shades of Kaitoke Green #1F5035
Tints of Kaitoke Green #1F5035
RGB
CMYK
RGB Variations
Color information
#1F5035 (or 0x1F5035) is known color: Kaitoke Green. HEX triplet: 1F, 50 and 35. RGB value is (31,80,53). Sum of RGB (Red+Green+Blue) = 31+80+53=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5035 is #E0AFCA. Grayscale: #3E3E3E. Windows color (decimal): -14725067 or 3493919. OLE color: 3493919.
HSL color Cylindrical-coordinate representation of color #1F5035: hue angle of 146.94º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F5035 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 53 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.69 |
| HSL | 146.94º | 0.44% | 0.22% | - |
| HSV(B) | 146.94º | 0.61% | 0.31% | - |
| XYZ | 4.08 | 6.29 | 4.37 | - |
| YUV | 62.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 53 | 0.61 | 0 | 0.34 | 0.69 | 146.94 | 0.44 | 0.22 |
| Hex | 1F | 50 | 35 | 3D | 0 | 22 | 45 | 93 | 2C | 16 |
| Octal | 37 | 120 | 65 | 75 | 0 | 42 | 105 | 223 | 54 | 26 |
| Binary | 11111 | 1010000 | 110101 | 111101 | 0 | 100010 | 1000101 | 10010011 | 101100 | 10110 |
Color Harmonies of #1F5035
Complementary color
Monochromatic Colors of #1F5035
Black with #1F5035
Text Example
Text Example
White with #1F5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5035; }
p { color: rgb(31,80,53); }
H1.HeaderClassName
{
color: #1F5035;
}
.AnyTagClassName
{
color: #1F5035;
}
</style>
background-color css
<style>
a { background-color: #1F5035; }
a { background-color: rgb(31,80,53); }
div.DivClassName
{
background-color: #1F5035;
}
.BgClassName
{
background-color: #1F5035;
}
</style>
border-color css
<style>
span { border-color: #1F5035; }
span { border-color: rgb(31,80,53); }
td.TdClassName
{
border-color: #1F5035;
}
.TagClassName
{
border-color: #1F5035;
}
</style>