Shades of Kaitoke Green #1D512A
Tints of Kaitoke Green #1D512A
RGB
CMYK
RGB Variations
Color information
#1D512A (or 0x1D512A) is known color: Kaitoke Green. HEX triplet: 1D, 51 and 2A. RGB value is (29,81,42). Sum of RGB (Red+Green+Blue) = 29+81+42=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #1D512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D512A is #E2AED5. Grayscale: #3D3D3D. Windows color (decimal): -14855894 or 2773277. OLE color: 2773277.
HSL color Cylindrical-coordinate representation of color #1D512A: hue angle of 135º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D512A is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 42 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.68 |
| HSL | 135º | 0.47% | 0.22% | - |
| HSV(B) | 135º | 0.64% | 0.32% | - |
| XYZ | 3.87 | 6.31 | 3.21 | - |
| YUV | 61.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 42 | 0.64 | 0 | 0.48 | 0.68 | 135 | 0.47 | 0.22 |
| Hex | 1D | 51 | 2A | 40 | 0 | 30 | 44 | 87 | 2F | 16 |
| Octal | 35 | 121 | 52 | 100 | 0 | 60 | 104 | 207 | 57 | 26 |
| Binary | 11101 | 1010001 | 101010 | 1000000 | 0 | 110000 | 1000100 | 10000111 | 101111 | 10110 |
Color Harmonies of #1D512A
Complementary color
Monochromatic Colors of #1D512A
Black with #1D512A
Text Example
Text Example
White with #1D512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D512A; }
p { color: rgb(29,81,42); }
H1.HeaderClassName
{
color: #1D512A;
}
.AnyTagClassName
{
color: #1D512A;
}
</style>
background-color css
<style>
a { background-color: #1D512A; }
a { background-color: rgb(29,81,42); }
div.DivClassName
{
background-color: #1D512A;
}
.BgClassName
{
background-color: #1D512A;
}
</style>
border-color css
<style>
span { border-color: #1D512A; }
span { border-color: rgb(29,81,42); }
td.TdClassName
{
border-color: #1D512A;
}
.TagClassName
{
border-color: #1D512A;
}
</style>