Shades of Kaitoke Green #1F502E
Tints of Kaitoke Green #1F502E
RGB
CMYK
RGB Variations
Color information
#1F502E (or 0x1F502E) is known color: Kaitoke Green. HEX triplet: 1F, 50 and 2E. RGB value is (31,80,46). Sum of RGB (Red+Green+Blue) = 31+80+46=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #1F502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F502E is #E0AFD1. Grayscale: #3D3D3D. Windows color (decimal): -14725074 or 3035167. OLE color: 3035167.
HSL color Cylindrical-coordinate representation of color #1F502E: hue angle of 138.37º 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 #1F502E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 46 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.69 |
| HSL | 138.37º | 0.44% | 0.22% | - |
| HSV(B) | 138.37º | 0.61% | 0.31% | - |
| XYZ | 3.93 | 6.23 | 3.58 | - |
| YUV | 61.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 46 | 0.61 | 0 | 0.42 | 0.69 | 138.37 | 0.44 | 0.22 |
| Hex | 1F | 50 | 2E | 3D | 0 | 2A | 45 | 8A | 2C | 16 |
| Octal | 37 | 120 | 56 | 75 | 0 | 52 | 105 | 212 | 54 | 26 |
| Binary | 11111 | 1010000 | 101110 | 111101 | 0 | 101010 | 1000101 | 10001010 | 101100 | 10110 |
Color Harmonies of #1F502E
Complementary color
Monochromatic Colors of #1F502E
Black with #1F502E
Text Example
Text Example
White with #1F502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F502E; }
p { color: rgb(31,80,46); }
H1.HeaderClassName
{
color: #1F502E;
}
.AnyTagClassName
{
color: #1F502E;
}
</style>
background-color css
<style>
a { background-color: #1F502E; }
a { background-color: rgb(31,80,46); }
div.DivClassName
{
background-color: #1F502E;
}
.BgClassName
{
background-color: #1F502E;
}
</style>
border-color css
<style>
span { border-color: #1F502E; }
span { border-color: rgb(31,80,46); }
td.TdClassName
{
border-color: #1F502E;
}
.TagClassName
{
border-color: #1F502E;
}
</style>