Shades of Kaitoke Green #2B553C
Tints of Kaitoke Green #2B553C
RGB
CMYK
RGB Variations
Color information
#2B553C (or 0x2B553C) is known color: Kaitoke Green. HEX triplet: 2B, 55 and 3C. RGB value is (43,85,60). Sum of RGB (Red+Green+Blue) = 43+85+60=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #2B553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B553C is #D4AAC3. Grayscale: #454545. Windows color (decimal): -13937348 or 3953963. OLE color: 3953963.
HSL color Cylindrical-coordinate representation of color #2B553C: hue angle of 144.29º 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 #2B553C is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 85 | 60 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.67 |
| HSL | 144.29º | 0.33% | 0.25% | - |
| HSV(B) | 144.29º | 0.49% | 0.33% | - |
| XYZ | 5.06 | 7.34 | 5.42 | - |
| YUV | 69.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 60 | 0.49 | 0 | 0.29 | 0.67 | 144.29 | 0.33 | 0.25 |
| Hex | 2B | 55 | 3C | 31 | 0 | 1D | 43 | 90 | 21 | 19 |
| Octal | 53 | 125 | 74 | 61 | 0 | 35 | 103 | 220 | 41 | 31 |
| Binary | 101011 | 1010101 | 111100 | 110001 | 0 | 11101 | 1000011 | 10010000 | 100001 | 11001 |
Color Harmonies of #2B553C
Complementary color
Monochromatic Colors of #2B553C
Black with #2B553C
Text Example
Text Example
White with #2B553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B553C; }
p { color: rgb(43,85,60); }
H1.HeaderClassName
{
color: #2B553C;
}
.AnyTagClassName
{
color: #2B553C;
}
</style>
background-color css
<style>
a { background-color: #2B553C; }
a { background-color: rgb(43,85,60); }
div.DivClassName
{
background-color: #2B553C;
}
.BgClassName
{
background-color: #2B553C;
}
</style>
border-color css
<style>
span { border-color: #2B553C; }
span { border-color: rgb(43,85,60); }
td.TdClassName
{
border-color: #2B553C;
}
.TagClassName
{
border-color: #2B553C;
}
</style>