Shades of Kaitoke Green #2D503E
Tints of Kaitoke Green #2D503E
RGB
CMYK
RGB Variations
Color information
#2D503E (or 0x2D503E) is known color: Kaitoke Green. HEX triplet: 2D, 50 and 3E. RGB value is (45,80,62). Sum of RGB (Red+Green+Blue) = 45+80+62=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #2D503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D503E is #D2AFC1. Grayscale: #434343. Windows color (decimal): -13807554 or 4083757. OLE color: 4083757.
HSL color Cylindrical-coordinate representation of color #2D503E: hue angle of 149.14º 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 #2D503E is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 62 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.69 |
| HSL | 149.14º | 0.28% | 0.25% | - |
| HSV(B) | 149.14º | 0.44% | 0.31% | - |
| XYZ | 4.82 | 6.64 | 5.59 | - |
| YUV | 67.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 62 | 0.44 | 0 | 0.22 | 0.69 | 149.14 | 0.28 | 0.25 |
| Hex | 2D | 50 | 3E | 2C | 0 | 16 | 45 | 95 | 1C | 19 |
| Octal | 55 | 120 | 76 | 54 | 0 | 26 | 105 | 225 | 34 | 31 |
| Binary | 101101 | 1010000 | 111110 | 101100 | 0 | 10110 | 1000101 | 10010101 | 11100 | 11001 |
Color Harmonies of #2D503E
Complementary color
Monochromatic Colors of #2D503E
Black with #2D503E
Text Example
Text Example
White with #2D503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D503E; }
p { color: rgb(45,80,62); }
H1.HeaderClassName
{
color: #2D503E;
}
.AnyTagClassName
{
color: #2D503E;
}
</style>
background-color css
<style>
a { background-color: #2D503E; }
a { background-color: rgb(45,80,62); }
div.DivClassName
{
background-color: #2D503E;
}
.BgClassName
{
background-color: #2D503E;
}
</style>
border-color css
<style>
span { border-color: #2D503E; }
span { border-color: rgb(45,80,62); }
td.TdClassName
{
border-color: #2D503E;
}
.TagClassName
{
border-color: #2D503E;
}
</style>