Shades of Kaitoke Green #1D5333
Tints of Kaitoke Green #1D5333
RGB
CMYK
RGB Variations
Color information
#1D5333 (or 0x1D5333) is known color: Kaitoke Green. HEX triplet: 1D, 53 and 33. RGB value is (29,83,51). Sum of RGB (Red+Green+Blue) = 29+83+51=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5333 is #E2ACCC. Grayscale: #3F3F3F. Windows color (decimal): -14855373 or 3363613. OLE color: 3363613.
HSL color Cylindrical-coordinate representation of color #1D5333: hue angle of 144.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5333 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 51 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.67 |
| HSL | 144.44º | 0.48% | 0.22% | - |
| HSV(B) | 144.44º | 0.65% | 0.33% | - |
| XYZ | 4.2 | 6.69 | 4.2 | - |
| YUV | 63.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 51 | 0.65 | 0 | 0.39 | 0.67 | 144.44 | 0.48 | 0.22 |
| Hex | 1D | 53 | 33 | 41 | 0 | 27 | 43 | 90 | 30 | 16 |
| Octal | 35 | 123 | 63 | 101 | 0 | 47 | 103 | 220 | 60 | 26 |
| Binary | 11101 | 1010011 | 110011 | 1000001 | 0 | 100111 | 1000011 | 10010000 | 110000 | 10110 |
Color Harmonies of #1D5333
Complementary color
Monochromatic Colors of #1D5333
Black with #1D5333
Text Example
Text Example
White with #1D5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5333; }
p { color: rgb(29,83,51); }
H1.HeaderClassName
{
color: #1D5333;
}
.AnyTagClassName
{
color: #1D5333;
}
</style>
background-color css
<style>
a { background-color: #1D5333; }
a { background-color: rgb(29,83,51); }
div.DivClassName
{
background-color: #1D5333;
}
.BgClassName
{
background-color: #1D5333;
}
</style>
border-color css
<style>
span { border-color: #1D5333; }
span { border-color: rgb(29,83,51); }
td.TdClassName
{
border-color: #1D5333;
}
.TagClassName
{
border-color: #1D5333;
}
</style>