Shades of Kaitoke Green #2B5139
Tints of Kaitoke Green #2B5139
RGB
CMYK
RGB Variations
Color information
#2B5139 (or 0x2B5139) is known color: Kaitoke Green. HEX triplet: 2B, 51 and 39. RGB value is (43,81,57). Sum of RGB (Red+Green+Blue) = 43+81+57=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5139 is #D4AEC6. Grayscale: #424242. Windows color (decimal): -13938375 or 3756331. OLE color: 3756331.
HSL color Cylindrical-coordinate representation of color #2B5139: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B5139 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
RGB | 43 | 81 | 57 | - |
CMYK | 0.47 | 0 | 0.30 | 0.68 |
HSL | 142.11º | 0.31% | 0.24% | - |
HSV(B) | 142.11º | 0.47% | 0.32% | - |
XYZ | 4.68 | 6.69 | 4.92 | - |
YUV | 66.9 | 122.41 | 110.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 81 | 57 | 0.47 | 0 | 0.30 | 0.68 | 142.11 | 0.31 | 0.24 |
Hex | 2B | 51 | 39 | 2F | 0 | 1E | 44 | 8E | 1F | 18 |
Octal | 53 | 121 | 71 | 57 | 0 | 36 | 104 | 216 | 37 | 30 |
Binary | 101011 | 1010001 | 111001 | 101111 | 0 | 11110 | 1000100 | 10001110 | 11111 | 11000 |
Color Harmonies of #2B5139
Complementary color
Monochromatic Colors of #2B5139
Black with #2B5139
Text Example
Text Example
White with #2B5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5139; }
p { color: rgb(43,81,57); }
H1.HeaderClassName
{
color: #2B5139;
}
.AnyTagClassName
{
color: #2B5139;
}
</style>
background-color css
<style>
a { background-color: #2B5139; }
a { background-color: rgb(43,81,57); }
div.DivClassName
{
background-color: #2B5139;
}
.BgClassName
{
background-color: #2B5139;
}
</style>
border-color css
<style>
span { border-color: #2B5139; }
span { border-color: rgb(43,81,57); }
td.TdClassName
{
border-color: #2B5139;
}
.TagClassName
{
border-color: #2B5139;
}
</style>