Shades of Kaitoke Green #2A4F38
Tints of Kaitoke Green #2A4F38
RGB
CMYK
RGB Variations
Color information
#2A4F38 (or 0x2A4F38) is known color: Kaitoke Green. HEX triplet: 2A, 4F and 38. RGB value is (42,79,56). Sum of RGB (Red+Green+Blue) = 42+79+56=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #2A4F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4F38 is #D5B0C7. Grayscale: #414141. Windows color (decimal): -14004424 or 3690282. OLE color: 3690282.
HSL color Cylindrical-coordinate representation of color #2A4F38: hue angle of 142.7º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4F38 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 79 | 56 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.69 |
| HSL | 142.7º | 0.31% | 0.24% | - |
| HSV(B) | 142.7º | 0.47% | 0.31% | - |
| XYZ | 4.46 | 6.37 | 4.74 | - |
| YUV | 65.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 79 | 56 | 0.47 | 0 | 0.29 | 0.69 | 142.7 | 0.31 | 0.24 |
| Hex | 2A | 4F | 38 | 2F | 0 | 1D | 45 | 8F | 1F | 18 |
| Octal | 52 | 117 | 70 | 57 | 0 | 35 | 105 | 217 | 37 | 30 |
| Binary | 101010 | 1001111 | 111000 | 101111 | 0 | 11101 | 1000101 | 10001111 | 11111 | 11000 |
Color Harmonies of #2A4F38
Complementary color
Monochromatic Colors of #2A4F38
Black with #2A4F38
Text Example
Text Example
White with #2A4F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4F38; }
p { color: rgb(42,79,56); }
H1.HeaderClassName
{
color: #2A4F38;
}
.AnyTagClassName
{
color: #2A4F38;
}
</style>
background-color css
<style>
a { background-color: #2A4F38; }
a { background-color: rgb(42,79,56); }
div.DivClassName
{
background-color: #2A4F38;
}
.BgClassName
{
background-color: #2A4F38;
}
</style>
border-color css
<style>
span { border-color: #2A4F38; }
span { border-color: rgb(42,79,56); }
td.TdClassName
{
border-color: #2A4F38;
}
.TagClassName
{
border-color: #2A4F38;
}
</style>