Shades of Kaitoke Green #2D523B
Tints of Kaitoke Green #2D523B
RGB
CMYK
RGB Variations
Color information
#2D523B (or 0x2D523B) is known color: Kaitoke Green. HEX triplet: 2D, 52 and 3B. RGB value is (45,82,59). Sum of RGB (Red+Green+Blue) = 45+82+59=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #2D523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D523B is #D2ADC4. Grayscale: #444444. Windows color (decimal): -13807045 or 3887661. OLE color: 3887661.
HSL color Cylindrical-coordinate representation of color #2D523B: hue angle of 142.7º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D523B is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 59 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.68 |
| HSL | 142.7º | 0.29% | 0.25% | - |
| HSV(B) | 142.7º | 0.45% | 0.32% | - |
| XYZ | 4.89 | 6.91 | 5.21 | - |
| YUV | 68.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 59 | 0.45 | 0 | 0.28 | 0.68 | 142.7 | 0.29 | 0.25 |
| Hex | 2D | 52 | 3B | 2D | 0 | 1C | 44 | 8F | 1D | 19 |
| Octal | 55 | 122 | 73 | 55 | 0 | 34 | 104 | 217 | 35 | 31 |
| Binary | 101101 | 1010010 | 111011 | 101101 | 0 | 11100 | 1000100 | 10001111 | 11101 | 11001 |
Color Harmonies of #2D523B
Complementary color
Monochromatic Colors of #2D523B
Black with #2D523B
Text Example
Text Example
White with #2D523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D523B; }
p { color: rgb(45,82,59); }
H1.HeaderClassName
{
color: #2D523B;
}
.AnyTagClassName
{
color: #2D523B;
}
</style>
background-color css
<style>
a { background-color: #2D523B; }
a { background-color: rgb(45,82,59); }
div.DivClassName
{
background-color: #2D523B;
}
.BgClassName
{
background-color: #2D523B;
}
</style>
border-color css
<style>
span { border-color: #2D523B; }
span { border-color: rgb(45,82,59); }
td.TdClassName
{
border-color: #2D523B;
}
.TagClassName
{
border-color: #2D523B;
}
</style>