Shades of Kaitoke Green #2B503D
Tints of Kaitoke Green #2B503D
RGB
CMYK
RGB Variations
Color information
#2B503D (or 0x2B503D) is known color: Kaitoke Green. HEX triplet: 2B, 50 and 3D. RGB value is (43,80,61). Sum of RGB (Red+Green+Blue) = 43+80+61=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #2B503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B503D is #D4AFC2. Grayscale: #424242. Windows color (decimal): -13938627 or 4018219. OLE color: 4018219.
HSL color Cylindrical-coordinate representation of color #2B503D: hue angle of 149.19º 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 #2B503D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 80 | 61 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.69 |
| HSL | 149.19º | 0.3% | 0.24% | - |
| HSV(B) | 149.19º | 0.46% | 0.31% | - |
| XYZ | 4.71 | 6.59 | 5.44 | - |
| YUV | 66.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 80 | 61 | 0.46 | 0 | 0.24 | 0.69 | 149.19 | 0.3 | 0.24 |
| Hex | 2B | 50 | 3D | 2E | 0 | 18 | 45 | 95 | 1E | 18 |
| Octal | 53 | 120 | 75 | 56 | 0 | 30 | 105 | 225 | 36 | 30 |
| Binary | 101011 | 1010000 | 111101 | 101110 | 0 | 11000 | 1000101 | 10010101 | 11110 | 11000 |
Color Harmonies of #2B503D
Complementary color
Monochromatic Colors of #2B503D
Black with #2B503D
Text Example
Text Example
White with #2B503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B503D; }
p { color: rgb(43,80,61); }
H1.HeaderClassName
{
color: #2B503D;
}
.AnyTagClassName
{
color: #2B503D;
}
</style>
background-color css
<style>
a { background-color: #2B503D; }
a { background-color: rgb(43,80,61); }
div.DivClassName
{
background-color: #2B503D;
}
.BgClassName
{
background-color: #2B503D;
}
</style>
border-color css
<style>
span { border-color: #2B503D; }
span { border-color: rgb(43,80,61); }
td.TdClassName
{
border-color: #2B503D;
}
.TagClassName
{
border-color: #2B503D;
}
</style>