Shades of Kaitoke Green #1D4E28
Tints of Kaitoke Green #1D4E28
RGB
CMYK
RGB Variations
Color information
#1D4E28 (or 0x1D4E28) is known color: Kaitoke Green. HEX triplet: 1D, 4E and 28. RGB value is (29,78,40). Sum of RGB (Red+Green+Blue) = 29+78+40=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E28 is #E2B1D7. Grayscale: #3B3B3B. Windows color (decimal): -14856664 or 2641437. OLE color: 2641437.
HSL color Cylindrical-coordinate representation of color #1D4E28: hue angle of 133.47º 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 #1D4E28 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 78 | 40 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.69 |
| HSL | 133.47º | 0.46% | 0.21% | - |
| HSV(B) | 133.47º | 0.63% | 0.31% | - |
| XYZ | 3.61 | 5.86 | 2.95 | - |
| YUV | 59.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 78 | 40 | 0.63 | 0 | 0.49 | 0.69 | 133.47 | 0.46 | 0.21 |
| Hex | 1D | 4E | 28 | 3F | 0 | 31 | 45 | 85 | 2E | 15 |
| Octal | 35 | 116 | 50 | 77 | 0 | 61 | 105 | 205 | 56 | 25 |
| Binary | 11101 | 1001110 | 101000 | 111111 | 0 | 110001 | 1000101 | 10000101 | 101110 | 10101 |
Color Harmonies of #1D4E28
Complementary color
Monochromatic Colors of #1D4E28
Black with #1D4E28
Text Example
Text Example
White with #1D4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4E28; }
p { color: rgb(29,78,40); }
H1.HeaderClassName
{
color: #1D4E28;
}
.AnyTagClassName
{
color: #1D4E28;
}
</style>
background-color css
<style>
a { background-color: #1D4E28; }
a { background-color: rgb(29,78,40); }
div.DivClassName
{
background-color: #1D4E28;
}
.BgClassName
{
background-color: #1D4E28;
}
</style>
border-color css
<style>
span { border-color: #1D4E28; }
span { border-color: rgb(29,78,40); }
td.TdClassName
{
border-color: #1D4E28;
}
.TagClassName
{
border-color: #1D4E28;
}
</style>