Shades of Kaitoke Green #2A5A3C
Tints of Kaitoke Green #2A5A3C
RGB
CMYK
RGB Variations
Color information
#2A5A3C (or 0x2A5A3C) is known color: Kaitoke Green. HEX triplet: 2A, 5A and 3C. RGB value is (42,90,60). Sum of RGB (Red+Green+Blue) = 42+90+60=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A3C is #D5A5C3. Grayscale: #484848. Windows color (decimal): -14001604 or 3955242. OLE color: 3955242.
HSL color Cylindrical-coordinate representation of color #2A5A3C: hue angle of 142.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5A3C is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 60 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.65 |
| HSL | 142.5º | 0.36% | 0.26% | - |
| HSV(B) | 142.5º | 0.53% | 0.35% | - |
| XYZ | 5.43 | 8.13 | 5.56 | - |
| YUV | 72.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 60 | 0.53 | 0 | 0.33 | 0.65 | 142.5 | 0.36 | 0.26 |
| Hex | 2A | 5A | 3C | 35 | 0 | 21 | 41 | 8E | 24 | 1A |
| Octal | 52 | 132 | 74 | 65 | 0 | 41 | 101 | 216 | 44 | 32 |
| Binary | 101010 | 1011010 | 111100 | 110101 | 0 | 100001 | 1000001 | 10001110 | 100100 | 11010 |
Color Harmonies of #2A5A3C
Complementary color
Monochromatic Colors of #2A5A3C
Black with #2A5A3C
Text Example
Text Example
White with #2A5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A3C; }
p { color: rgb(42,90,60); }
H1.HeaderClassName
{
color: #2A5A3C;
}
.AnyTagClassName
{
color: #2A5A3C;
}
</style>
background-color css
<style>
a { background-color: #2A5A3C; }
a { background-color: rgb(42,90,60); }
div.DivClassName
{
background-color: #2A5A3C;
}
.BgClassName
{
background-color: #2A5A3C;
}
</style>
border-color css
<style>
span { border-color: #2A5A3C; }
span { border-color: rgb(42,90,60); }
td.TdClassName
{
border-color: #2A5A3C;
}
.TagClassName
{
border-color: #2A5A3C;
}
</style>