Shades of Kaitoke Green #1F512D
Tints of Kaitoke Green #1F512D
RGB
CMYK
RGB Variations
Color information
#1F512D (or 0x1F512D) is known color: Kaitoke Green. HEX triplet: 1F, 51 and 2D. RGB value is (31,81,45). Sum of RGB (Red+Green+Blue) = 31+81+45=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #1F512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F512D is #E0AED2. Grayscale: #3E3E3E. Windows color (decimal): -14724819 or 2969887. OLE color: 2969887.
HSL color Cylindrical-coordinate representation of color #1F512D: hue angle of 136.8º 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 #1F512D is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 45 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.68 |
| HSL | 136.8º | 0.45% | 0.22% | - |
| HSV(B) | 136.8º | 0.62% | 0.32% | - |
| XYZ | 3.98 | 6.37 | 3.5 | - |
| YUV | 61.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 45 | 0.62 | 0 | 0.44 | 0.68 | 136.8 | 0.45 | 0.22 |
| Hex | 1F | 51 | 2D | 3E | 0 | 2C | 44 | 89 | 2D | 16 |
| Octal | 37 | 121 | 55 | 76 | 0 | 54 | 104 | 211 | 55 | 26 |
| Binary | 11111 | 1010001 | 101101 | 111110 | 0 | 101100 | 1000100 | 10001001 | 101101 | 10110 |
Color Harmonies of #1F512D
Complementary color
Monochromatic Colors of #1F512D
Black with #1F512D
Text Example
Text Example
White with #1F512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F512D; }
p { color: rgb(31,81,45); }
H1.HeaderClassName
{
color: #1F512D;
}
.AnyTagClassName
{
color: #1F512D;
}
</style>
background-color css
<style>
a { background-color: #1F512D; }
a { background-color: rgb(31,81,45); }
div.DivClassName
{
background-color: #1F512D;
}
.BgClassName
{
background-color: #1F512D;
}
</style>
border-color css
<style>
span { border-color: #1F512D; }
span { border-color: rgb(31,81,45); }
td.TdClassName
{
border-color: #1F512D;
}
.TagClassName
{
border-color: #1F512D;
}
</style>