Shades of Kaitoke Green #2D503B
Tints of Kaitoke Green #2D503B
RGB
CMYK
RGB Variations
Color information
#2D503B (or 0x2D503B) is known color: Kaitoke Green. HEX triplet: 2D, 50 and 3B. RGB value is (45,80,59). Sum of RGB (Red+Green+Blue) = 45+80+59=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #2D503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D503B is #D2AFC4. Grayscale: #434343. Windows color (decimal): -13807557 or 3887149. OLE color: 3887149.
HSL color Cylindrical-coordinate representation of color #2D503B: hue angle of 144º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D503B is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 59 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.69 |
| HSL | 144º | 0.28% | 0.25% | - |
| HSV(B) | 144º | 0.44% | 0.31% | - |
| XYZ | 4.74 | 6.61 | 5.16 | - |
| YUV | 67.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 59 | 0.44 | 0 | 0.26 | 0.69 | 144 | 0.28 | 0.25 |
| Hex | 2D | 50 | 3B | 2C | 0 | 1A | 45 | 90 | 1C | 19 |
| Octal | 55 | 120 | 73 | 54 | 0 | 32 | 105 | 220 | 34 | 31 |
| Binary | 101101 | 1010000 | 111011 | 101100 | 0 | 11010 | 1000101 | 10010000 | 11100 | 11001 |
Color Harmonies of #2D503B
Complementary color
Monochromatic Colors of #2D503B
Black with #2D503B
Text Example
Text Example
White with #2D503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D503B; }
p { color: rgb(45,80,59); }
H1.HeaderClassName
{
color: #2D503B;
}
.AnyTagClassName
{
color: #2D503B;
}
</style>
background-color css
<style>
a { background-color: #2D503B; }
a { background-color: rgb(45,80,59); }
div.DivClassName
{
background-color: #2D503B;
}
.BgClassName
{
background-color: #2D503B;
}
</style>
border-color css
<style>
span { border-color: #2D503B; }
span { border-color: rgb(45,80,59); }
td.TdClassName
{
border-color: #2D503B;
}
.TagClassName
{
border-color: #2D503B;
}
</style>