Shades of Kaitoke Green #2A503C
Tints of Kaitoke Green #2A503C
RGB
CMYK
RGB Variations
Color information
#2A503C (or 0x2A503C) is known color: Kaitoke Green. HEX triplet: 2A, 50 and 3C. RGB value is (42,80,60). Sum of RGB (Red+Green+Blue) = 42+80+60=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #2A503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A503C is #D5AFC3. Grayscale: #424242. Windows color (decimal): -14004164 or 3952682. OLE color: 3952682.
HSL color Cylindrical-coordinate representation of color #2A503C: hue angle of 148.42º 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 #2A503C is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 60 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.69 |
| HSL | 148.42º | 0.31% | 0.24% | - |
| HSV(B) | 148.42º | 0.48% | 0.31% | - |
| XYZ | 4.64 | 6.56 | 5.3 | - |
| YUV | 66.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 60 | 0.48 | 0 | 0.25 | 0.69 | 148.42 | 0.31 | 0.24 |
| Hex | 2A | 50 | 3C | 30 | 0 | 19 | 45 | 94 | 1F | 18 |
| Octal | 52 | 120 | 74 | 60 | 0 | 31 | 105 | 224 | 37 | 30 |
| Binary | 101010 | 1010000 | 111100 | 110000 | 0 | 11001 | 1000101 | 10010100 | 11111 | 11000 |
Color Harmonies of #2A503C
Complementary color
Monochromatic Colors of #2A503C
Black with #2A503C
Text Example
Text Example
White with #2A503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A503C; }
p { color: rgb(42,80,60); }
H1.HeaderClassName
{
color: #2A503C;
}
.AnyTagClassName
{
color: #2A503C;
}
</style>
background-color css
<style>
a { background-color: #2A503C; }
a { background-color: rgb(42,80,60); }
div.DivClassName
{
background-color: #2A503C;
}
.BgClassName
{
background-color: #2A503C;
}
</style>
border-color css
<style>
span { border-color: #2A503C; }
span { border-color: rgb(42,80,60); }
td.TdClassName
{
border-color: #2A503C;
}
.TagClassName
{
border-color: #2A503C;
}
</style>