Shades of Kaitoke Green #2A593D
Tints of Kaitoke Green #2A593D
RGB
CMYK
RGB Variations
Color information
#2A593D (or 0x2A593D) is known color: Kaitoke Green. HEX triplet: 2A, 59 and 3D. RGB value is (42,89,61). Sum of RGB (Red+Green+Blue) = 42+89+61=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #2A593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A593D is #D5A6C2. Grayscale: #474747. Windows color (decimal): -14001859 or 4020522. OLE color: 4020522.
HSL color Cylindrical-coordinate representation of color #2A593D: hue angle of 144.26º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A593D is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 61 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.65 |
| HSL | 144.26º | 0.36% | 0.26% | - |
| HSV(B) | 144.26º | 0.53% | 0.35% | - |
| XYZ | 5.37 | 7.97 | 5.67 | - |
| YUV | 71.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 61 | 0.53 | 0 | 0.31 | 0.65 | 144.26 | 0.36 | 0.26 |
| Hex | 2A | 59 | 3D | 35 | 0 | 1F | 41 | 90 | 24 | 1A |
| Octal | 52 | 131 | 75 | 65 | 0 | 37 | 101 | 220 | 44 | 32 |
| Binary | 101010 | 1011001 | 111101 | 110101 | 0 | 11111 | 1000001 | 10010000 | 100100 | 11010 |
Color Harmonies of #2A593D
Complementary color
Monochromatic Colors of #2A593D
Black with #2A593D
Text Example
Text Example
White with #2A593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A593D; }
p { color: rgb(42,89,61); }
H1.HeaderClassName
{
color: #2A593D;
}
.AnyTagClassName
{
color: #2A593D;
}
</style>
background-color css
<style>
a { background-color: #2A593D; }
a { background-color: rgb(42,89,61); }
div.DivClassName
{
background-color: #2A593D;
}
.BgClassName
{
background-color: #2A593D;
}
</style>
border-color css
<style>
span { border-color: #2A593D; }
span { border-color: rgb(42,89,61); }
td.TdClassName
{
border-color: #2A593D;
}
.TagClassName
{
border-color: #2A593D;
}
</style>