Shades of Kaitoke Green #2A4C36
Tints of Kaitoke Green #2A4C36
RGB
CMYK
RGB Variations
Color information
#2A4C36 (or 0x2A4C36) is known color: Kaitoke Green. HEX triplet: 2A, 4C and 36. RGB value is (42,76,54). Sum of RGB (Red+Green+Blue) = 42+76+54=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #2A4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4C36 is #D5B3C9. Grayscale: #3F3F3F. Windows color (decimal): -14005194 or 3558442. OLE color: 3558442.
HSL color Cylindrical-coordinate representation of color #2A4C36: hue angle of 141.18º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4C36 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 76 | 54 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.70 |
| HSL | 141.18º | 0.29% | 0.23% | - |
| HSV(B) | 141.18º | 0.45% | 0.3% | - |
| XYZ | 4.21 | 5.93 | 4.41 | - |
| YUV | 63.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 76 | 54 | 0.45 | 0 | 0.29 | 0.70 | 141.18 | 0.29 | 0.23 |
| Hex | 2A | 4C | 36 | 2D | 0 | 1D | 46 | 8D | 1D | 17 |
| Octal | 52 | 114 | 66 | 55 | 0 | 35 | 106 | 215 | 35 | 27 |
| Binary | 101010 | 1001100 | 110110 | 101101 | 0 | 11101 | 1000110 | 10001101 | 11101 | 10111 |
Color Harmonies of #2A4C36
Complementary color
Monochromatic Colors of #2A4C36
Black with #2A4C36
Text Example
Text Example
White with #2A4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4C36; }
p { color: rgb(42,76,54); }
H1.HeaderClassName
{
color: #2A4C36;
}
.AnyTagClassName
{
color: #2A4C36;
}
</style>
background-color css
<style>
a { background-color: #2A4C36; }
a { background-color: rgb(42,76,54); }
div.DivClassName
{
background-color: #2A4C36;
}
.BgClassName
{
background-color: #2A4C36;
}
</style>
border-color css
<style>
span { border-color: #2A4C36; }
span { border-color: rgb(42,76,54); }
td.TdClassName
{
border-color: #2A4C36;
}
.TagClassName
{
border-color: #2A4C36;
}
</style>