Shades of Kaitoke Green #2A5033
Tints of Kaitoke Green #2A5033
RGB
CMYK
RGB Variations
Color information
#2A5033 (or 0x2A5033) is known color: Kaitoke Green. HEX triplet: 2A, 50 and 33. RGB value is (42,80,51). Sum of RGB (Red+Green+Blue) = 42+80+51=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5033 is #D5AFCC. Grayscale: #414141. Windows color (decimal): -14004173 or 3362858. OLE color: 3362858.
HSL color Cylindrical-coordinate representation of color #2A5033: hue angle of 134.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A5033 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 51 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.69 |
| HSL | 134.21º | 0.31% | 0.24% | - |
| HSV(B) | 134.21º | 0.48% | 0.31% | - |
| XYZ | 4.42 | 6.47 | 4.15 | - |
| YUV | 65.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 51 | 0.48 | 0 | 0.36 | 0.69 | 134.21 | 0.31 | 0.24 |
| Hex | 2A | 50 | 33 | 30 | 0 | 24 | 45 | 86 | 1F | 18 |
| Octal | 52 | 120 | 63 | 60 | 0 | 44 | 105 | 206 | 37 | 30 |
| Binary | 101010 | 1010000 | 110011 | 110000 | 0 | 100100 | 1000101 | 10000110 | 11111 | 11000 |
Color Harmonies of #2A5033
Complementary color
Monochromatic Colors of #2A5033
Black with #2A5033
Text Example
Text Example
White with #2A5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5033; }
p { color: rgb(42,80,51); }
H1.HeaderClassName
{
color: #2A5033;
}
.AnyTagClassName
{
color: #2A5033;
}
</style>
background-color css
<style>
a { background-color: #2A5033; }
a { background-color: rgb(42,80,51); }
div.DivClassName
{
background-color: #2A5033;
}
.BgClassName
{
background-color: #2A5033;
}
</style>
border-color css
<style>
span { border-color: #2A5033; }
span { border-color: rgb(42,80,51); }
td.TdClassName
{
border-color: #2A5033;
}
.TagClassName
{
border-color: #2A5033;
}
</style>