Shades of Kaitoke Green #1F502B
Tints of Kaitoke Green #1F502B
RGB
CMYK
RGB Variations
Color information
#1F502B (or 0x1F502B) is known color: Kaitoke Green. HEX triplet: 1F, 50 and 2B. RGB value is (31,80,43). Sum of RGB (Red+Green+Blue) = 31+80+43=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #1F502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F502B is #E0AFD4. Grayscale: #3D3D3D. Windows color (decimal): -14725077 or 2838559. OLE color: 2838559.
HSL color Cylindrical-coordinate representation of color #1F502B: hue angle of 134.69º 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 #1F502B is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 43 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.69 |
| HSL | 134.69º | 0.44% | 0.22% | - |
| HSV(B) | 134.69º | 0.61% | 0.31% | - |
| XYZ | 3.87 | 6.2 | 3.28 | - |
| YUV | 61.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 43 | 0.61 | 0 | 0.46 | 0.69 | 134.69 | 0.44 | 0.22 |
| Hex | 1F | 50 | 2B | 3D | 0 | 2E | 45 | 87 | 2C | 16 |
| Octal | 37 | 120 | 53 | 75 | 0 | 56 | 105 | 207 | 54 | 26 |
| Binary | 11111 | 1010000 | 101011 | 111101 | 0 | 101110 | 1000101 | 10000111 | 101100 | 10110 |
Color Harmonies of #1F502B
Complementary color
Monochromatic Colors of #1F502B
Black with #1F502B
Text Example
Text Example
White with #1F502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F502B; }
p { color: rgb(31,80,43); }
H1.HeaderClassName
{
color: #1F502B;
}
.AnyTagClassName
{
color: #1F502B;
}
</style>
background-color css
<style>
a { background-color: #1F502B; }
a { background-color: rgb(31,80,43); }
div.DivClassName
{
background-color: #1F502B;
}
.BgClassName
{
background-color: #1F502B;
}
</style>
border-color css
<style>
span { border-color: #1F502B; }
span { border-color: rgb(31,80,43); }
td.TdClassName
{
border-color: #1F502B;
}
.TagClassName
{
border-color: #1F502B;
}
</style>