Shades of Kaitoke Green #2B4C36
Tints of Kaitoke Green #2B4C36
RGB
CMYK
RGB Variations
Color information
#2B4C36 (or 0x2B4C36) is known color: Kaitoke Green. HEX triplet: 2B, 4C and 36. RGB value is (43,76,54). Sum of RGB (Red+Green+Blue) = 43+76+54=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C36 is #D4B3C9. Grayscale: #3F3F3F. Windows color (decimal): -13939658 or 3558443. OLE color: 3558443.
HSL color Cylindrical-coordinate representation of color #2B4C36: hue angle of 140º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C36 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 76 | 54 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.70 |
| HSL | 140º | 0.28% | 0.23% | - |
| HSV(B) | 140º | 0.43% | 0.3% | - |
| XYZ | 4.25 | 5.95 | 4.41 | - |
| YUV | 63.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 54 | 0.43 | 0 | 0.29 | 0.70 | 140 | 0.28 | 0.23 |
| Hex | 2B | 4C | 36 | 2B | 0 | 1D | 46 | 8C | 1C | 17 |
| Octal | 53 | 114 | 66 | 53 | 0 | 35 | 106 | 214 | 34 | 27 |
| Binary | 101011 | 1001100 | 110110 | 101011 | 0 | 11101 | 1000110 | 10001100 | 11100 | 10111 |
Color Harmonies of #2B4C36
Complementary color
Monochromatic Colors of #2B4C36
Black with #2B4C36
Text Example
Text Example
White with #2B4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4C36; }
p { color: rgb(43,76,54); }
H1.HeaderClassName
{
color: #2B4C36;
}
.AnyTagClassName
{
color: #2B4C36;
}
</style>
background-color css
<style>
a { background-color: #2B4C36; }
a { background-color: rgb(43,76,54); }
div.DivClassName
{
background-color: #2B4C36;
}
.BgClassName
{
background-color: #2B4C36;
}
</style>
border-color css
<style>
span { border-color: #2B4C36; }
span { border-color: rgb(43,76,54); }
td.TdClassName
{
border-color: #2B4C36;
}
.TagClassName
{
border-color: #2B4C36;
}
</style>