Shades of Kaitoke Green #1F542F
Tints of Kaitoke Green #1F542F
RGB
CMYK
RGB Variations
Color information
#1F542F (or 0x1F542F) is known color: Kaitoke Green. HEX triplet: 1F, 54 and 2F. RGB value is (31,84,47). Sum of RGB (Red+Green+Blue) = 31+84+47=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #1F542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F542F is #E0ABD0. Grayscale: #404040. Windows color (decimal): -14724049 or 3101727. OLE color: 3101727.
HSL color Cylindrical-coordinate representation of color #1F542F: hue angle of 138.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F542F is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 47 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.67 |
| HSL | 138.11º | 0.46% | 0.23% | - |
| HSV(B) | 138.11º | 0.63% | 0.33% | - |
| XYZ | 4.25 | 6.84 | 3.79 | - |
| YUV | 63.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 47 | 0.63 | 0 | 0.44 | 0.67 | 138.11 | 0.46 | 0.23 |
| Hex | 1F | 54 | 2F | 3F | 0 | 2C | 43 | 8A | 2E | 17 |
| Octal | 37 | 124 | 57 | 77 | 0 | 54 | 103 | 212 | 56 | 27 |
| Binary | 11111 | 1010100 | 101111 | 111111 | 0 | 101100 | 1000011 | 10001010 | 101110 | 10111 |
Color Harmonies of #1F542F
Complementary color
Monochromatic Colors of #1F542F
Black with #1F542F
Text Example
Text Example
White with #1F542F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F542F; }
p { color: rgb(31,84,47); }
H1.HeaderClassName
{
color: #1F542F;
}
.AnyTagClassName
{
color: #1F542F;
}
</style>
background-color css
<style>
a { background-color: #1F542F; }
a { background-color: rgb(31,84,47); }
div.DivClassName
{
background-color: #1F542F;
}
.BgClassName
{
background-color: #1F542F;
}
</style>
border-color css
<style>
span { border-color: #1F542F; }
span { border-color: rgb(31,84,47); }
td.TdClassName
{
border-color: #1F542F;
}
.TagClassName
{
border-color: #1F542F;
}
</style>