Shades of Kaitoke Green #1F5334
Tints of Kaitoke Green #1F5334
RGB
CMYK
RGB Variations
Color information
#1F5334 (or 0x1F5334) is known color: Kaitoke Green. HEX triplet: 1F, 53 and 34. RGB value is (31,83,52). Sum of RGB (Red+Green+Blue) = 31+83+52=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #1F5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5334 is #E0ACCB. Grayscale: #3F3F3F. Windows color (decimal): -14724300 or 3429151. OLE color: 3429151.
HSL color Cylindrical-coordinate representation of color #1F5334: hue angle of 144.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5334 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 52 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.67 |
| HSL | 144.23º | 0.46% | 0.22% | - |
| HSV(B) | 144.23º | 0.63% | 0.33% | - |
| XYZ | 4.28 | 6.73 | 4.32 | - |
| YUV | 63.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 52 | 0.63 | 0 | 0.37 | 0.67 | 144.23 | 0.46 | 0.22 |
| Hex | 1F | 53 | 34 | 3F | 0 | 25 | 43 | 90 | 2E | 16 |
| Octal | 37 | 123 | 64 | 77 | 0 | 45 | 103 | 220 | 56 | 26 |
| Binary | 11111 | 1010011 | 110100 | 111111 | 0 | 100101 | 1000011 | 10010000 | 101110 | 10110 |
Color Harmonies of #1F5334
Complementary color
Monochromatic Colors of #1F5334
Black with #1F5334
Text Example
Text Example
White with #1F5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5334; }
p { color: rgb(31,83,52); }
H1.HeaderClassName
{
color: #1F5334;
}
.AnyTagClassName
{
color: #1F5334;
}
</style>
background-color css
<style>
a { background-color: #1F5334; }
a { background-color: rgb(31,83,52); }
div.DivClassName
{
background-color: #1F5334;
}
.BgClassName
{
background-color: #1F5334;
}
</style>
border-color css
<style>
span { border-color: #1F5334; }
span { border-color: rgb(31,83,52); }
td.TdClassName
{
border-color: #1F5334;
}
.TagClassName
{
border-color: #1F5334;
}
</style>