Shades of Cardin Green #123222
Tints of Cardin Green #123222
RGB
CMYK
RGB Variations
Color information
#123222 (or 0x123222) is known color: Cardin Green. HEX triplet: 12, 32 and 22. RGB value is (18,50,34). Sum of RGB (Red+Green+Blue) = 18+50+34=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #123222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123222 is #EDCDDD. Grayscale: #262626. Windows color (decimal): -15584734 or 2241042. OLE color: 2241042.
HSL color Cylindrical-coordinate representation of color #123222: hue angle of 150º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123222 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 50 | 34 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.80 |
| HSL | 150º | 0.47% | 0.13% | - |
| HSV(B) | 150º | 0.64% | 0.2% | - |
| XYZ | 1.68 | 2.53 | 1.91 | - |
| YUV | 38.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 34 | 0.64 | 0 | 0.32 | 0.80 | 150 | 0.47 | 0.13 |
| Hex | 12 | 32 | 22 | 40 | 0 | 20 | 50 | 96 | 2F | D |
| Octal | 22 | 62 | 42 | 100 | 0 | 40 | 120 | 226 | 57 | 15 |
| Binary | 10010 | 110010 | 100010 | 1000000 | 0 | 100000 | 1010000 | 10010110 | 101111 | 1101 |
Color Harmonies of #123222
Complementary color
Monochromatic Colors of #123222
Black with #123222
Text Example
Text Example
White with #123222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123222; }
p { color: rgb(18,50,34); }
H1.HeaderClassName
{
color: #123222;
}
.AnyTagClassName
{
color: #123222;
}
</style>
background-color css
<style>
a { background-color: #123222; }
a { background-color: rgb(18,50,34); }
div.DivClassName
{
background-color: #123222;
}
.BgClassName
{
background-color: #123222;
}
</style>
border-color css
<style>
span { border-color: #123222; }
span { border-color: rgb(18,50,34); }
td.TdClassName
{
border-color: #123222;
}
.TagClassName
{
border-color: #123222;
}
</style>