Shades of Kaitoke Green #2B553B
Tints of Kaitoke Green #2B553B
RGB
CMYK
RGB Variations
Color information
#2B553B (or 0x2B553B) is known color: Kaitoke Green. HEX triplet: 2B, 55 and 3B. RGB value is (43,85,59). Sum of RGB (Red+Green+Blue) = 43+85+59=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #2B553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B553B is #D4AAC4. Grayscale: #454545. Windows color (decimal): -13937349 or 3888427. OLE color: 3888427.
HSL color Cylindrical-coordinate representation of color #2B553B: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B553B is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 59 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.67 |
| HSL | 142.86º | 0.33% | 0.25% | - |
| HSV(B) | 142.86º | 0.49% | 0.33% | - |
| XYZ | 5.03 | 7.33 | 5.29 | - |
| YUV | 69.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 59 | 0.49 | 0 | 0.31 | 0.67 | 142.86 | 0.33 | 0.25 |
| Hex | 2B | 55 | 3B | 31 | 0 | 1F | 43 | 8F | 21 | 19 |
| Octal | 53 | 125 | 73 | 61 | 0 | 37 | 103 | 217 | 41 | 31 |
| Binary | 101011 | 1010101 | 111011 | 110001 | 0 | 11111 | 1000011 | 10001111 | 100001 | 11001 |
Color Harmonies of #2B553B
Complementary color
Monochromatic Colors of #2B553B
Black with #2B553B
Text Example
Text Example
White with #2B553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B553B; }
p { color: rgb(43,85,59); }
H1.HeaderClassName
{
color: #2B553B;
}
.AnyTagClassName
{
color: #2B553B;
}
</style>
background-color css
<style>
a { background-color: #2B553B; }
a { background-color: rgb(43,85,59); }
div.DivClassName
{
background-color: #2B553B;
}
.BgClassName
{
background-color: #2B553B;
}
</style>
border-color css
<style>
span { border-color: #2B553B; }
span { border-color: rgb(43,85,59); }
td.TdClassName
{
border-color: #2B553B;
}
.TagClassName
{
border-color: #2B553B;
}
</style>