Shades of Kaitoke Green #2B5437
Tints of Kaitoke Green #2B5437
RGB
CMYK
RGB Variations
Color information
#2B5437 (or 0x2B5437) is known color: Kaitoke Green. HEX triplet: 2B, 54 and 37. RGB value is (43,84,55). Sum of RGB (Red+Green+Blue) = 43+84+55=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5437 is #D4ABC8. Grayscale: #444444. Windows color (decimal): -13937609 or 3626027. OLE color: 3626027.
HSL color Cylindrical-coordinate representation of color #2B5437: hue angle of 137.56º degrees, saturation: 0.32, 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 #2B5437 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 84 | 55 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.67 |
| HSL | 137.56º | 0.32% | 0.25% | - |
| HSV(B) | 137.56º | 0.49% | 0.33% | - |
| XYZ | 4.86 | 7.13 | 4.73 | - |
| YUV | 68.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 55 | 0.49 | 0 | 0.35 | 0.67 | 137.56 | 0.32 | 0.25 |
| Hex | 2B | 54 | 37 | 31 | 0 | 23 | 43 | 8A | 20 | 19 |
| Octal | 53 | 124 | 67 | 61 | 0 | 43 | 103 | 212 | 40 | 31 |
| Binary | 101011 | 1010100 | 110111 | 110001 | 0 | 100011 | 1000011 | 10001010 | 100000 | 11001 |
Color Harmonies of #2B5437
Complementary color
Monochromatic Colors of #2B5437
Black with #2B5437
Text Example
Text Example
White with #2B5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5437; }
p { color: rgb(43,84,55); }
H1.HeaderClassName
{
color: #2B5437;
}
.AnyTagClassName
{
color: #2B5437;
}
</style>
background-color css
<style>
a { background-color: #2B5437; }
a { background-color: rgb(43,84,55); }
div.DivClassName
{
background-color: #2B5437;
}
.BgClassName
{
background-color: #2B5437;
}
</style>
border-color css
<style>
span { border-color: #2B5437; }
span { border-color: rgb(43,84,55); }
td.TdClassName
{
border-color: #2B5437;
}
.TagClassName
{
border-color: #2B5437;
}
</style>