Shades of Kaitoke Green #2A533A
Tints of Kaitoke Green #2A533A
RGB
CMYK
RGB Variations
Color information
#2A533A (or 0x2A533A) is known color: Kaitoke Green. HEX triplet: 2A, 53 and 3A. RGB value is (42,83,58). Sum of RGB (Red+Green+Blue) = 42+83+58=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #2A533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A533A is #D5ACC5. Grayscale: #434343. Windows color (decimal): -14003398 or 3822378. OLE color: 3822378.
HSL color Cylindrical-coordinate representation of color #2A533A: hue angle of 143.41º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A533A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 58 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.67 |
| HSL | 143.41º | 0.33% | 0.25% | - |
| HSV(B) | 143.41º | 0.49% | 0.33% | - |
| XYZ | 4.81 | 6.98 | 5.1 | - |
| YUV | 67.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 58 | 0.49 | 0 | 0.30 | 0.67 | 143.41 | 0.33 | 0.25 |
| Hex | 2A | 53 | 3A | 31 | 0 | 1E | 43 | 8F | 21 | 19 |
| Octal | 52 | 123 | 72 | 61 | 0 | 36 | 103 | 217 | 41 | 31 |
| Binary | 101010 | 1010011 | 111010 | 110001 | 0 | 11110 | 1000011 | 10001111 | 100001 | 11001 |
Color Harmonies of #2A533A
Complementary color
Monochromatic Colors of #2A533A
Black with #2A533A
Text Example
Text Example
White with #2A533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A533A; }
p { color: rgb(42,83,58); }
H1.HeaderClassName
{
color: #2A533A;
}
.AnyTagClassName
{
color: #2A533A;
}
</style>
background-color css
<style>
a { background-color: #2A533A; }
a { background-color: rgb(42,83,58); }
div.DivClassName
{
background-color: #2A533A;
}
.BgClassName
{
background-color: #2A533A;
}
</style>
border-color css
<style>
span { border-color: #2A533A; }
span { border-color: rgb(42,83,58); }
td.TdClassName
{
border-color: #2A533A;
}
.TagClassName
{
border-color: #2A533A;
}
</style>