Shades of Kaitoke Green #2C533D
Tints of Kaitoke Green #2C533D
RGB
CMYK
RGB Variations
Color information
#2C533D (or 0x2C533D) is known color: Kaitoke Green. HEX triplet: 2C, 53 and 3D. RGB value is (44,83,61). Sum of RGB (Red+Green+Blue) = 44+83+61=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #2C533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C533D is #D3ACC2. Grayscale: #444444. Windows color (decimal): -13872323 or 4018988. OLE color: 4018988.
HSL color Cylindrical-coordinate representation of color #2C533D: hue angle of 146.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C533D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 61 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.67 |
| HSL | 146.15º | 0.31% | 0.25% | - |
| HSV(B) | 146.15º | 0.47% | 0.33% | - |
| XYZ | 4.97 | 7.06 | 5.52 | - |
| YUV | 68.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 61 | 0.47 | 0 | 0.27 | 0.67 | 146.15 | 0.31 | 0.25 |
| Hex | 2C | 53 | 3D | 2F | 0 | 1B | 43 | 92 | 1F | 19 |
| Octal | 54 | 123 | 75 | 57 | 0 | 33 | 103 | 222 | 37 | 31 |
| Binary | 101100 | 1010011 | 111101 | 101111 | 0 | 11011 | 1000011 | 10010010 | 11111 | 11001 |
Color Harmonies of #2C533D
Complementary color
Monochromatic Colors of #2C533D
Black with #2C533D
Text Example
Text Example
White with #2C533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C533D; }
p { color: rgb(44,83,61); }
H1.HeaderClassName
{
color: #2C533D;
}
.AnyTagClassName
{
color: #2C533D;
}
</style>
background-color css
<style>
a { background-color: #2C533D; }
a { background-color: rgb(44,83,61); }
div.DivClassName
{
background-color: #2C533D;
}
.BgClassName
{
background-color: #2C533D;
}
</style>
border-color css
<style>
span { border-color: #2C533D; }
span { border-color: rgb(44,83,61); }
td.TdClassName
{
border-color: #2C533D;
}
.TagClassName
{
border-color: #2C533D;
}
</style>