Shades of Kaitoke Green #2A4E36
Tints of Kaitoke Green #2A4E36
RGB
CMYK
RGB Variations
Color information
#2A4E36 (or 0x2A4E36) is known color: Kaitoke Green. HEX triplet: 2A, 4E and 36. RGB value is (42,78,54). Sum of RGB (Red+Green+Blue) = 42+78+54=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E36 is #D5B1C9. Grayscale: #404040. Windows color (decimal): -14004682 or 3558954. OLE color: 3558954.
HSL color Cylindrical-coordinate representation of color #2A4E36: hue angle of 140º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4E36 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 54 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.69 |
| HSL | 140º | 0.3% | 0.24% | - |
| HSV(B) | 140º | 0.46% | 0.31% | - |
| XYZ | 4.35 | 6.21 | 4.46 | - |
| YUV | 64.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 54 | 0.46 | 0 | 0.31 | 0.69 | 140 | 0.3 | 0.24 |
| Hex | 2A | 4E | 36 | 2E | 0 | 1F | 45 | 8C | 1E | 18 |
| Octal | 52 | 116 | 66 | 56 | 0 | 37 | 105 | 214 | 36 | 30 |
| Binary | 101010 | 1001110 | 110110 | 101110 | 0 | 11111 | 1000101 | 10001100 | 11110 | 11000 |
Color Harmonies of #2A4E36
Complementary color
Monochromatic Colors of #2A4E36
Black with #2A4E36
Text Example
Text Example
White with #2A4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E36; }
p { color: rgb(42,78,54); }
H1.HeaderClassName
{
color: #2A4E36;
}
.AnyTagClassName
{
color: #2A4E36;
}
</style>
background-color css
<style>
a { background-color: #2A4E36; }
a { background-color: rgb(42,78,54); }
div.DivClassName
{
background-color: #2A4E36;
}
.BgClassName
{
background-color: #2A4E36;
}
</style>
border-color css
<style>
span { border-color: #2A4E36; }
span { border-color: rgb(42,78,54); }
td.TdClassName
{
border-color: #2A4E36;
}
.TagClassName
{
border-color: #2A4E36;
}
</style>