Shades of Kaitoke Green #2A533D
Tints of Kaitoke Green #2A533D
RGB
CMYK
RGB Variations
Color information
#2A533D (or 0x2A533D) is known color: Kaitoke Green. HEX triplet: 2A, 53 and 3D. RGB value is (42,83,61). Sum of RGB (Red+Green+Blue) = 42+83+61=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #2A533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A533D is #D5ACC2. Grayscale: #444444. Windows color (decimal): -14003395 or 4018986. OLE color: 4018986.
HSL color Cylindrical-coordinate representation of color #2A533D: hue angle of 147.8º 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 #2A533D is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 83 | 61 | - |
| CMYK | 0.49 | 0 | 0.27 | 0.67 |
| HSL | 147.8º | 0.33% | 0.25% | - |
| HSV(B) | 147.8º | 0.49% | 0.33% | - |
| XYZ | 4.89 | 7.02 | 5.51 | - |
| YUV | 68.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 61 | 0.49 | 0 | 0.27 | 0.67 | 147.8 | 0.33 | 0.25 |
| Hex | 2A | 53 | 3D | 31 | 0 | 1B | 43 | 94 | 21 | 19 |
| Octal | 52 | 123 | 75 | 61 | 0 | 33 | 103 | 224 | 41 | 31 |
| Binary | 101010 | 1010011 | 111101 | 110001 | 0 | 11011 | 1000011 | 10010100 | 100001 | 11001 |
Color Harmonies of #2A533D
Complementary color
Monochromatic Colors of #2A533D
Black with #2A533D
Text Example
Text Example
White with #2A533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A533D; }
p { color: rgb(42,83,61); }
H1.HeaderClassName
{
color: #2A533D;
}
.AnyTagClassName
{
color: #2A533D;
}
</style>
background-color css
<style>
a { background-color: #2A533D; }
a { background-color: rgb(42,83,61); }
div.DivClassName
{
background-color: #2A533D;
}
.BgClassName
{
background-color: #2A533D;
}
</style>
border-color css
<style>
span { border-color: #2A533D; }
span { border-color: rgb(42,83,61); }
td.TdClassName
{
border-color: #2A533D;
}
.TagClassName
{
border-color: #2A533D;
}
</style>