Shades of Kaitoke Green #2A5135
Tints of Kaitoke Green #2A5135
RGB
CMYK
RGB Variations
Color information
#2A5135 (or 0x2A5135) is known color: Kaitoke Green. HEX triplet: 2A, 51 and 35. RGB value is (42,81,53). Sum of RGB (Red+Green+Blue) = 42+81+53=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #2A5135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5135 is #D5AECA. Grayscale: #424242. Windows color (decimal): -14003915 or 3494186. OLE color: 3494186.
HSL color Cylindrical-coordinate representation of color #2A5135: hue angle of 136.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5135 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 53 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.68 |
| HSL | 136.92º | 0.32% | 0.24% | - |
| HSV(B) | 136.92º | 0.48% | 0.32% | - |
| XYZ | 4.54 | 6.63 | 4.41 | - |
| YUV | 66.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 53 | 0.48 | 0 | 0.35 | 0.68 | 136.92 | 0.32 | 0.24 |
| Hex | 2A | 51 | 35 | 30 | 0 | 23 | 44 | 89 | 20 | 18 |
| Octal | 52 | 121 | 65 | 60 | 0 | 43 | 104 | 211 | 40 | 30 |
| Binary | 101010 | 1010001 | 110101 | 110000 | 0 | 100011 | 1000100 | 10001001 | 100000 | 11000 |
Color Harmonies of #2A5135
Complementary color
Monochromatic Colors of #2A5135
Black with #2A5135
Text Example
Text Example
White with #2A5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5135; }
p { color: rgb(42,81,53); }
H1.HeaderClassName
{
color: #2A5135;
}
.AnyTagClassName
{
color: #2A5135;
}
</style>
background-color css
<style>
a { background-color: #2A5135; }
a { background-color: rgb(42,81,53); }
div.DivClassName
{
background-color: #2A5135;
}
.BgClassName
{
background-color: #2A5135;
}
</style>
border-color css
<style>
span { border-color: #2A5135; }
span { border-color: rgb(42,81,53); }
td.TdClassName
{
border-color: #2A5135;
}
.TagClassName
{
border-color: #2A5135;
}
</style>