Shades of Kaitoke Green #2A4E34
Tints of Kaitoke Green #2A4E34
RGB
CMYK
RGB Variations
Color information
#2A4E34 (or 0x2A4E34) is known color: Kaitoke Green. HEX triplet: 2A, 4E and 34. RGB value is (42,78,52). Sum of RGB (Red+Green+Blue) = 42+78+52=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4E34 is #D5B1CB. Grayscale: #404040. Windows color (decimal): -14004684 or 3427882. OLE color: 3427882.
HSL color Cylindrical-coordinate representation of color #2A4E34: hue angle of 136.67º 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 #2A4E34 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 52 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.69 |
| HSL | 136.67º | 0.3% | 0.24% | - |
| HSV(B) | 136.67º | 0.46% | 0.31% | - |
| XYZ | 4.3 | 6.19 | 4.22 | - |
| YUV | 64.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 52 | 0.46 | 0 | 0.33 | 0.69 | 136.67 | 0.3 | 0.24 |
| Hex | 2A | 4E | 34 | 2E | 0 | 21 | 45 | 89 | 1E | 18 |
| Octal | 52 | 116 | 64 | 56 | 0 | 41 | 105 | 211 | 36 | 30 |
| Binary | 101010 | 1001110 | 110100 | 101110 | 0 | 100001 | 1000101 | 10001001 | 11110 | 11000 |
Color Harmonies of #2A4E34
Complementary color
Monochromatic Colors of #2A4E34
Black with #2A4E34
Text Example
Text Example
White with #2A4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E34; }
p { color: rgb(42,78,52); }
H1.HeaderClassName
{
color: #2A4E34;
}
.AnyTagClassName
{
color: #2A4E34;
}
</style>
background-color css
<style>
a { background-color: #2A4E34; }
a { background-color: rgb(42,78,52); }
div.DivClassName
{
background-color: #2A4E34;
}
.BgClassName
{
background-color: #2A4E34;
}
</style>
border-color css
<style>
span { border-color: #2A4E34; }
span { border-color: rgb(42,78,52); }
td.TdClassName
{
border-color: #2A4E34;
}
.TagClassName
{
border-color: #2A4E34;
}
</style>