Shades of Kaitoke Green #2D553F
Tints of Kaitoke Green #2D553F
RGB
CMYK
RGB Variations
Color information
#2D553F (or 0x2D553F) is known color: Kaitoke Green. HEX triplet: 2D, 55 and 3F. RGB value is (45,85,63). Sum of RGB (Red+Green+Blue) = 45+85+63=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553F is #D2AAC0. Grayscale: #464646. Windows color (decimal): -13806273 or 4150573. OLE color: 4150573.
HSL color Cylindrical-coordinate representation of color #2D553F: hue angle of 147º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D553F is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 63 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.67 |
| HSL | 147º | 0.31% | 0.25% | - |
| HSV(B) | 147º | 0.47% | 0.33% | - |
| XYZ | 5.23 | 7.41 | 5.86 | - |
| YUV | 70.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 63 | 0.47 | 0 | 0.26 | 0.67 | 147 | 0.31 | 0.25 |
| Hex | 2D | 55 | 3F | 2F | 0 | 1A | 43 | 93 | 1F | 19 |
| Octal | 55 | 125 | 77 | 57 | 0 | 32 | 103 | 223 | 37 | 31 |
| Binary | 101101 | 1010101 | 111111 | 101111 | 0 | 11010 | 1000011 | 10010011 | 11111 | 11001 |
Color Harmonies of #2D553F
Complementary color
Monochromatic Colors of #2D553F
Black with #2D553F
Text Example
Text Example
White with #2D553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D553F; }
p { color: rgb(45,85,63); }
H1.HeaderClassName
{
color: #2D553F;
}
.AnyTagClassName
{
color: #2D553F;
}
</style>
background-color css
<style>
a { background-color: #2D553F; }
a { background-color: rgb(45,85,63); }
div.DivClassName
{
background-color: #2D553F;
}
.BgClassName
{
background-color: #2D553F;
}
</style>
border-color css
<style>
span { border-color: #2D553F; }
span { border-color: rgb(45,85,63); }
td.TdClassName
{
border-color: #2D553F;
}
.TagClassName
{
border-color: #2D553F;
}
</style>