Shades of Kaitoke Green #2A5235
Tints of Kaitoke Green #2A5235
RGB
CMYK
RGB Variations
Color information
#2A5235 (or 0x2A5235) is known color: Kaitoke Green. HEX triplet: 2A, 52 and 35. RGB value is (42,82,53). Sum of RGB (Red+Green+Blue) = 42+82+53=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5235 is #D5ADCA. Grayscale: #424242. Windows color (decimal): -14003659 or 3494442. OLE color: 3494442.
HSL color Cylindrical-coordinate representation of color #2A5235: hue angle of 136.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5235 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 53 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.68 |
| HSL | 136.5º | 0.32% | 0.24% | - |
| HSV(B) | 136.5º | 0.49% | 0.32% | - |
| XYZ | 4.61 | 6.78 | 4.43 | - |
| YUV | 66.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 53 | 0.49 | 0 | 0.35 | 0.68 | 136.5 | 0.32 | 0.24 |
| Hex | 2A | 52 | 35 | 31 | 0 | 23 | 44 | 88 | 20 | 18 |
| Octal | 52 | 122 | 65 | 61 | 0 | 43 | 104 | 210 | 40 | 30 |
| Binary | 101010 | 1010010 | 110101 | 110001 | 0 | 100011 | 1000100 | 10001000 | 100000 | 11000 |
Color Harmonies of #2A5235
Complementary color
Monochromatic Colors of #2A5235
Black with #2A5235
Text Example
Text Example
White with #2A5235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5235; }
p { color: rgb(42,82,53); }
H1.HeaderClassName
{
color: #2A5235;
}
.AnyTagClassName
{
color: #2A5235;
}
</style>
background-color css
<style>
a { background-color: #2A5235; }
a { background-color: rgb(42,82,53); }
div.DivClassName
{
background-color: #2A5235;
}
.BgClassName
{
background-color: #2A5235;
}
</style>
border-color css
<style>
span { border-color: #2A5235; }
span { border-color: rgb(42,82,53); }
td.TdClassName
{
border-color: #2A5235;
}
.TagClassName
{
border-color: #2A5235;
}
</style>