Shades of Kaitoke Green #2A5239
Tints of Kaitoke Green #2A5239
RGB
CMYK
RGB Variations
Color information
#2A5239 (or 0x2A5239) is known color: Kaitoke Green. HEX triplet: 2A, 52 and 39. RGB value is (42,82,57). Sum of RGB (Red+Green+Blue) = 42+82+57=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5239 is #D5ADC6. Grayscale: #434343. Windows color (decimal): -14003655 or 3756586. OLE color: 3756586.
HSL color Cylindrical-coordinate representation of color #2A5239: hue angle of 142.5º 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 #2A5239 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 82 | 57 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.68 |
| HSL | 142.5º | 0.32% | 0.24% | - |
| HSV(B) | 142.5º | 0.49% | 0.32% | - |
| XYZ | 4.71 | 6.82 | 4.94 | - |
| YUV | 67.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 57 | 0.49 | 0 | 0.30 | 0.68 | 142.5 | 0.32 | 0.24 |
| Hex | 2A | 52 | 39 | 31 | 0 | 1E | 44 | 8E | 20 | 18 |
| Octal | 52 | 122 | 71 | 61 | 0 | 36 | 104 | 216 | 40 | 30 |
| Binary | 101010 | 1010010 | 111001 | 110001 | 0 | 11110 | 1000100 | 10001110 | 100000 | 11000 |
Color Harmonies of #2A5239
Complementary color
Monochromatic Colors of #2A5239
Black with #2A5239
Text Example
Text Example
White with #2A5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5239; }
p { color: rgb(42,82,57); }
H1.HeaderClassName
{
color: #2A5239;
}
.AnyTagClassName
{
color: #2A5239;
}
</style>
background-color css
<style>
a { background-color: #2A5239; }
a { background-color: rgb(42,82,57); }
div.DivClassName
{
background-color: #2A5239;
}
.BgClassName
{
background-color: #2A5239;
}
</style>
border-color css
<style>
span { border-color: #2A5239; }
span { border-color: rgb(42,82,57); }
td.TdClassName
{
border-color: #2A5239;
}
.TagClassName
{
border-color: #2A5239;
}
</style>