Shades of Kaitoke Green #2A5238
Tints of Kaitoke Green #2A5238
RGB
CMYK
RGB Variations
Color information
#2A5238 (or 0x2A5238) is known color: Kaitoke Green. HEX triplet: 2A, 52 and 38. RGB value is (42,82,56). Sum of RGB (Red+Green+Blue) = 42+82+56=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5238 is #D5ADC7. Grayscale: #434343. Windows color (decimal): -14003656 or 3691050. OLE color: 3691050.
HSL color Cylindrical-coordinate representation of color #2A5238: hue angle of 141º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A5238 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 56 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.68 |
| HSL | 141º | 0.32% | 0.24% | - |
| HSV(B) | 141º | 0.49% | 0.32% | - |
| XYZ | 4.69 | 6.81 | 4.81 | - |
| YUV | 67.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 56 | 0.49 | 0 | 0.32 | 0.68 | 141 | 0.32 | 0.24 |
| Hex | 2A | 52 | 38 | 31 | 0 | 20 | 44 | 8D | 20 | 18 |
| Octal | 52 | 122 | 70 | 61 | 0 | 40 | 104 | 215 | 40 | 30 |
| Binary | 101010 | 1010010 | 111000 | 110001 | 0 | 100000 | 1000100 | 10001101 | 100000 | 11000 |
Color Harmonies of #2A5238
Complementary color
Monochromatic Colors of #2A5238
Black with #2A5238
Text Example
Text Example
White with #2A5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5238; }
p { color: rgb(42,82,56); }
H1.HeaderClassName
{
color: #2A5238;
}
.AnyTagClassName
{
color: #2A5238;
}
</style>
background-color css
<style>
a { background-color: #2A5238; }
a { background-color: rgb(42,82,56); }
div.DivClassName
{
background-color: #2A5238;
}
.BgClassName
{
background-color: #2A5238;
}
</style>
border-color css
<style>
span { border-color: #2A5238; }
span { border-color: rgb(42,82,56); }
td.TdClassName
{
border-color: #2A5238;
}
.TagClassName
{
border-color: #2A5238;
}
</style>