Shades of Kaitoke Green #1F512B
Tints of Kaitoke Green #1F512B
RGB
CMYK
RGB Variations
Color information
#1F512B (or 0x1F512B) is known color: Kaitoke Green. HEX triplet: 1F, 51 and 2B. RGB value is (31,81,43). Sum of RGB (Red+Green+Blue) = 31+81+43=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #1F512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F512B is #E0AED4. Grayscale: #3D3D3D. Windows color (decimal): -14724821 or 2838815. OLE color: 2838815.
HSL color Cylindrical-coordinate representation of color #1F512B: hue angle of 134.4º 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 #1F512B is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 43 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.68 |
| HSL | 134.4º | 0.45% | 0.22% | - |
| HSV(B) | 134.4º | 0.62% | 0.32% | - |
| XYZ | 3.94 | 6.35 | 3.3 | - |
| YUV | 61.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 43 | 0.62 | 0 | 0.47 | 0.68 | 134.4 | 0.45 | 0.22 |
| Hex | 1F | 51 | 2B | 3E | 0 | 2F | 44 | 86 | 2D | 16 |
| Octal | 37 | 121 | 53 | 76 | 0 | 57 | 104 | 206 | 55 | 26 |
| Binary | 11111 | 1010001 | 101011 | 111110 | 0 | 101111 | 1000100 | 10000110 | 101101 | 10110 |
Color Harmonies of #1F512B
Complementary color
Monochromatic Colors of #1F512B
Black with #1F512B
Text Example
Text Example
White with #1F512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F512B; }
p { color: rgb(31,81,43); }
H1.HeaderClassName
{
color: #1F512B;
}
.AnyTagClassName
{
color: #1F512B;
}
</style>
background-color css
<style>
a { background-color: #1F512B; }
a { background-color: rgb(31,81,43); }
div.DivClassName
{
background-color: #1F512B;
}
.BgClassName
{
background-color: #1F512B;
}
</style>
border-color css
<style>
span { border-color: #1F512B; }
span { border-color: rgb(31,81,43); }
td.TdClassName
{
border-color: #1F512B;
}
.TagClassName
{
border-color: #1F512B;
}
</style>