Shades of Kaitoke Green #1D4F2E
Tints of Kaitoke Green #1D4F2E
RGB
CMYK
RGB Variations
Color information
#1D4F2E (or 0x1D4F2E) is known color: Kaitoke Green. HEX triplet: 1D, 4F and 2E. RGB value is (29,79,46). Sum of RGB (Red+Green+Blue) = 29+79+46=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F2E is #E2B0D1. Grayscale: #3C3C3C. Windows color (decimal): -14856402 or 3034909. OLE color: 3034909.
HSL color Cylindrical-coordinate representation of color #1D4F2E: hue angle of 140.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F2E is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 79 | 46 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.69 |
| HSL | 140.4º | 0.46% | 0.21% | - |
| HSV(B) | 140.4º | 0.63% | 0.31% | - |
| XYZ | 3.8 | 6.05 | 3.55 | - |
| YUV | 60.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 79 | 46 | 0.63 | 0 | 0.42 | 0.69 | 140.4 | 0.46 | 0.21 |
| Hex | 1D | 4F | 2E | 3F | 0 | 2A | 45 | 8C | 2E | 15 |
| Octal | 35 | 117 | 56 | 77 | 0 | 52 | 105 | 214 | 56 | 25 |
| Binary | 11101 | 1001111 | 101110 | 111111 | 0 | 101010 | 1000101 | 10001100 | 101110 | 10101 |
Color Harmonies of #1D4F2E
Complementary color
Monochromatic Colors of #1D4F2E
Black with #1D4F2E
Text Example
Text Example
White with #1D4F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4F2E; }
p { color: rgb(29,79,46); }
H1.HeaderClassName
{
color: #1D4F2E;
}
.AnyTagClassName
{
color: #1D4F2E;
}
</style>
background-color css
<style>
a { background-color: #1D4F2E; }
a { background-color: rgb(29,79,46); }
div.DivClassName
{
background-color: #1D4F2E;
}
.BgClassName
{
background-color: #1D4F2E;
}
</style>
border-color css
<style>
span { border-color: #1D4F2E; }
span { border-color: rgb(29,79,46); }
td.TdClassName
{
border-color: #1D4F2E;
}
.TagClassName
{
border-color: #1D4F2E;
}
</style>