Shades of Kaitoke Green #2B4F35
Tints of Kaitoke Green #2B4F35
RGB
CMYK
RGB Variations
Color information
#2B4F35 (or 0x2B4F35) is known color: Kaitoke Green. HEX triplet: 2B, 4F and 35. RGB value is (43,79,53). Sum of RGB (Red+Green+Blue) = 43+79+53=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F35 is #D4B0CA. Grayscale: #414141. Windows color (decimal): -13938891 or 3493675. OLE color: 3493675.
HSL color Cylindrical-coordinate representation of color #2B4F35: hue angle of 136.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F35 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 79 | 53 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.69 |
| HSL | 136.67º | 0.3% | 0.24% | - |
| HSV(B) | 136.67º | 0.46% | 0.31% | - |
| XYZ | 4.43 | 6.36 | 4.36 | - |
| YUV | 65.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 79 | 53 | 0.46 | 0 | 0.33 | 0.69 | 136.67 | 0.3 | 0.24 |
| Hex | 2B | 4F | 35 | 2E | 0 | 21 | 45 | 89 | 1E | 18 |
| Octal | 53 | 117 | 65 | 56 | 0 | 41 | 105 | 211 | 36 | 30 |
| Binary | 101011 | 1001111 | 110101 | 101110 | 0 | 100001 | 1000101 | 10001001 | 11110 | 11000 |
Color Harmonies of #2B4F35
Complementary color
Monochromatic Colors of #2B4F35
Black with #2B4F35
Text Example
Text Example
White with #2B4F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4F35; }
p { color: rgb(43,79,53); }
H1.HeaderClassName
{
color: #2B4F35;
}
.AnyTagClassName
{
color: #2B4F35;
}
</style>
background-color css
<style>
a { background-color: #2B4F35; }
a { background-color: rgb(43,79,53); }
div.DivClassName
{
background-color: #2B4F35;
}
.BgClassName
{
background-color: #2B4F35;
}
</style>
border-color css
<style>
span { border-color: #2B4F35; }
span { border-color: rgb(43,79,53); }
td.TdClassName
{
border-color: #2B4F35;
}
.TagClassName
{
border-color: #2B4F35;
}
</style>