Shades of Kaitoke Green #2A5036
Tints of Kaitoke Green #2A5036
RGB
CMYK
RGB Variations
Color information
#2A5036 (or 0x2A5036) is known color: Kaitoke Green. HEX triplet: 2A, 50 and 36. RGB value is (42,80,54). Sum of RGB (Red+Green+Blue) = 42+80+54=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5036 is #D5AFC9. Grayscale: #414141. Windows color (decimal): -14004170 or 3559466. OLE color: 3559466.
HSL color Cylindrical-coordinate representation of color #2A5036: hue angle of 138.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5036 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 54 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.69 |
| HSL | 138.95º | 0.31% | 0.24% | - |
| HSV(B) | 138.95º | 0.48% | 0.31% | - |
| XYZ | 4.49 | 6.5 | 4.51 | - |
| YUV | 65.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 54 | 0.48 | 0 | 0.33 | 0.69 | 138.95 | 0.31 | 0.24 |
| Hex | 2A | 50 | 36 | 30 | 0 | 21 | 45 | 8B | 1F | 18 |
| Octal | 52 | 120 | 66 | 60 | 0 | 41 | 105 | 213 | 37 | 30 |
| Binary | 101010 | 1010000 | 110110 | 110000 | 0 | 100001 | 1000101 | 10001011 | 11111 | 11000 |
Color Harmonies of #2A5036
Complementary color
Monochromatic Colors of #2A5036
Black with #2A5036
Text Example
Text Example
White with #2A5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5036; }
p { color: rgb(42,80,54); }
H1.HeaderClassName
{
color: #2A5036;
}
.AnyTagClassName
{
color: #2A5036;
}
</style>
background-color css
<style>
a { background-color: #2A5036; }
a { background-color: rgb(42,80,54); }
div.DivClassName
{
background-color: #2A5036;
}
.BgClassName
{
background-color: #2A5036;
}
</style>
border-color css
<style>
span { border-color: #2A5036; }
span { border-color: rgb(42,80,54); }
td.TdClassName
{
border-color: #2A5036;
}
.TagClassName
{
border-color: #2A5036;
}
</style>