Shades of Kaitoke Green #1D4B28
Tints of Kaitoke Green #1D4B28
RGB
CMYK
RGB Variations
Color information
#1D4B28 (or 0x1D4B28) is known color: Kaitoke Green. HEX triplet: 1D, 4B and 28. RGB value is (29,75,40). Sum of RGB (Red+Green+Blue) = 29+75+40=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B28 is #E2B4D7. Grayscale: #393939. Windows color (decimal): -14857432 or 2640669. OLE color: 2640669.
HSL color Cylindrical-coordinate representation of color #1D4B28: hue angle of 134.35º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4B28 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 75 | 40 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.71 |
| HSL | 134.35º | 0.44% | 0.2% | - |
| HSV(B) | 134.35º | 0.61% | 0.29% | - |
| XYZ | 3.41 | 5.45 | 2.88 | - |
| YUV | 57.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 75 | 40 | 0.61 | 0 | 0.47 | 0.71 | 134.35 | 0.44 | 0.2 |
| Hex | 1D | 4B | 28 | 3D | 0 | 2F | 47 | 86 | 2C | 14 |
| Octal | 35 | 113 | 50 | 75 | 0 | 57 | 107 | 206 | 54 | 24 |
| Binary | 11101 | 1001011 | 101000 | 111101 | 0 | 101111 | 1000111 | 10000110 | 101100 | 10100 |
Color Harmonies of #1D4B28
Complementary color
Monochromatic Colors of #1D4B28
Black with #1D4B28
Text Example
Text Example
White with #1D4B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4B28; }
p { color: rgb(29,75,40); }
H1.HeaderClassName
{
color: #1D4B28;
}
.AnyTagClassName
{
color: #1D4B28;
}
</style>
background-color css
<style>
a { background-color: #1D4B28; }
a { background-color: rgb(29,75,40); }
div.DivClassName
{
background-color: #1D4B28;
}
.BgClassName
{
background-color: #1D4B28;
}
</style>
border-color css
<style>
span { border-color: #1D4B28; }
span { border-color: rgb(29,75,40); }
td.TdClassName
{
border-color: #1D4B28;
}
.TagClassName
{
border-color: #1D4B28;
}
</style>