Shades of Kaitoke Green #1F502D
Tints of Kaitoke Green #1F502D
RGB
CMYK
RGB Variations
Color information
#1F502D (or 0x1F502D) is known color: Kaitoke Green. HEX triplet: 1F, 50 and 2D. RGB value is (31,80,45). Sum of RGB (Red+Green+Blue) = 31+80+45=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #1F502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F502D is #E0AFD2. Grayscale: #3D3D3D. Windows color (decimal): -14725075 or 2969631. OLE color: 2969631.
HSL color Cylindrical-coordinate representation of color #1F502D: hue angle of 137.14º 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 #1F502D is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 45 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.69 |
| HSL | 137.14º | 0.44% | 0.22% | - |
| HSV(B) | 137.14º | 0.61% | 0.31% | - |
| XYZ | 3.91 | 6.22 | 3.48 | - |
| YUV | 61.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 45 | 0.61 | 0 | 0.44 | 0.69 | 137.14 | 0.44 | 0.22 |
| Hex | 1F | 50 | 2D | 3D | 0 | 2C | 45 | 89 | 2C | 16 |
| Octal | 37 | 120 | 55 | 75 | 0 | 54 | 105 | 211 | 54 | 26 |
| Binary | 11111 | 1010000 | 101101 | 111101 | 0 | 101100 | 1000101 | 10001001 | 101100 | 10110 |
Color Harmonies of #1F502D
Complementary color
Monochromatic Colors of #1F502D
Black with #1F502D
Text Example
Text Example
White with #1F502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F502D; }
p { color: rgb(31,80,45); }
H1.HeaderClassName
{
color: #1F502D;
}
.AnyTagClassName
{
color: #1F502D;
}
</style>
background-color css
<style>
a { background-color: #1F502D; }
a { background-color: rgb(31,80,45); }
div.DivClassName
{
background-color: #1F502D;
}
.BgClassName
{
background-color: #1F502D;
}
</style>
border-color css
<style>
span { border-color: #1F502D; }
span { border-color: rgb(31,80,45); }
td.TdClassName
{
border-color: #1F502D;
}
.TagClassName
{
border-color: #1F502D;
}
</style>