Shades of Cardin Green #123321
Tints of Cardin Green #123321
RGB
CMYK
RGB Variations
Color information
#123321 (or 0x123321) is known color: Cardin Green. HEX triplet: 12, 33 and 21. RGB value is (18,51,33). Sum of RGB (Red+Green+Blue) = 18+51+33=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #123321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123321 is #EDCCDE. Grayscale: #272727. Windows color (decimal): -15584479 or 2175762. OLE color: 2175762.
HSL color Cylindrical-coordinate representation of color #123321: hue angle of 147.27º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123321 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 51 | 33 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.8 |
| HSL | 147.27º | 0.48% | 0.14% | - |
| HSV(B) | 147.27º | 0.65% | 0.2% | - |
| XYZ | 1.71 | 2.61 | 1.85 | - |
| YUV | 39.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 33 | 0.65 | 0 | 0.35 | 0.8 | 147.27 | 0.48 | 0.14 |
| Hex | 12 | 33 | 21 | 41 | 0 | 23 | 50 | 93 | 30 | E |
| Octal | 22 | 63 | 41 | 101 | 0 | 43 | 120 | 223 | 60 | 16 |
| Binary | 10010 | 110011 | 100001 | 1000001 | 0 | 100011 | 1010000 | 10010011 | 110000 | 1110 |
Color Harmonies of #123321
Complementary color
Monochromatic Colors of #123321
Black with #123321
Text Example
Text Example
White with #123321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123321; }
p { color: rgb(18,51,33); }
H1.HeaderClassName
{
color: #123321;
}
.AnyTagClassName
{
color: #123321;
}
</style>
background-color css
<style>
a { background-color: #123321; }
a { background-color: rgb(18,51,33); }
div.DivClassName
{
background-color: #123321;
}
.BgClassName
{
background-color: #123321;
}
</style>
border-color css
<style>
span { border-color: #123321; }
span { border-color: rgb(18,51,33); }
td.TdClassName
{
border-color: #123321;
}
.TagClassName
{
border-color: #123321;
}
</style>