Shades of Kaitoke Green #2B533D
Tints of Kaitoke Green #2B533D
RGB
CMYK
RGB Variations
Color information
#2B533D (or 0x2B533D) is known color: Kaitoke Green. HEX triplet: 2B, 53 and 3D. RGB value is (43,83,61). Sum of RGB (Red+Green+Blue) = 43+83+61=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #2B533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B533D is #D4ACC2. Grayscale: #444444. Windows color (decimal): -13937859 or 4018987. OLE color: 4018987.
HSL color Cylindrical-coordinate representation of color #2B533D: hue angle of 147º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B533D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 61 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.67 |
| HSL | 147º | 0.32% | 0.25% | - |
| HSV(B) | 147º | 0.48% | 0.33% | - |
| XYZ | 4.93 | 7.04 | 5.51 | - |
| YUV | 68.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 61 | 0.48 | 0 | 0.27 | 0.67 | 147 | 0.32 | 0.25 |
| Hex | 2B | 53 | 3D | 30 | 0 | 1B | 43 | 93 | 20 | 19 |
| Octal | 53 | 123 | 75 | 60 | 0 | 33 | 103 | 223 | 40 | 31 |
| Binary | 101011 | 1010011 | 111101 | 110000 | 0 | 11011 | 1000011 | 10010011 | 100000 | 11001 |
Color Harmonies of #2B533D
Complementary color
Monochromatic Colors of #2B533D
Black with #2B533D
Text Example
Text Example
White with #2B533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B533D; }
p { color: rgb(43,83,61); }
H1.HeaderClassName
{
color: #2B533D;
}
.AnyTagClassName
{
color: #2B533D;
}
</style>
background-color css
<style>
a { background-color: #2B533D; }
a { background-color: rgb(43,83,61); }
div.DivClassName
{
background-color: #2B533D;
}
.BgClassName
{
background-color: #2B533D;
}
</style>
border-color css
<style>
span { border-color: #2B533D; }
span { border-color: rgb(43,83,61); }
td.TdClassName
{
border-color: #2B533D;
}
.TagClassName
{
border-color: #2B533D;
}
</style>