Shades of Kaitoke Green #2D513D
Tints of Kaitoke Green #2D513D
RGB
CMYK
RGB Variations
Color information
#2D513D (or 0x2D513D) is known color: Kaitoke Green. HEX triplet: 2D, 51 and 3D. RGB value is (45,81,61). Sum of RGB (Red+Green+Blue) = 45+81+61=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #2D513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D513D is #D2AEC2. Grayscale: #444444. Windows color (decimal): -13807299 or 4018477. OLE color: 4018477.
HSL color Cylindrical-coordinate representation of color #2D513D: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D513D is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 81 | 61 | - |
| CMYK | 0.44 | 0 | 0.25 | 0.68 |
| HSL | 146.67º | 0.29% | 0.25% | - |
| HSV(B) | 146.67º | 0.44% | 0.32% | - |
| XYZ | 4.87 | 6.78 | 5.47 | - |
| YUV | 67.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 81 | 61 | 0.44 | 0 | 0.25 | 0.68 | 146.67 | 0.29 | 0.25 |
| Hex | 2D | 51 | 3D | 2C | 0 | 19 | 44 | 93 | 1D | 19 |
| Octal | 55 | 121 | 75 | 54 | 0 | 31 | 104 | 223 | 35 | 31 |
| Binary | 101101 | 1010001 | 111101 | 101100 | 0 | 11001 | 1000100 | 10010011 | 11101 | 11001 |
Color Harmonies of #2D513D
Complementary color
Monochromatic Colors of #2D513D
Black with #2D513D
Text Example
Text Example
White with #2D513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D513D; }
p { color: rgb(45,81,61); }
H1.HeaderClassName
{
color: #2D513D;
}
.AnyTagClassName
{
color: #2D513D;
}
</style>
background-color css
<style>
a { background-color: #2D513D; }
a { background-color: rgb(45,81,61); }
div.DivClassName
{
background-color: #2D513D;
}
.BgClassName
{
background-color: #2D513D;
}
</style>
border-color css
<style>
span { border-color: #2D513D; }
span { border-color: rgb(45,81,61); }
td.TdClassName
{
border-color: #2D513D;
}
.TagClassName
{
border-color: #2D513D;
}
</style>