Shades of Cardin Green #132C1E
Tints of Cardin Green #132C1E
RGB
CMYK
RGB Variations
Color information
#132C1E (or 0x132C1E) is known color: Cardin Green. HEX triplet: 13, 2C and 1E. RGB value is (19,44,30). Sum of RGB (Red+Green+Blue) = 19+44+30=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #132C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C1E is #ECD3E1. Grayscale: #222222. Windows color (decimal): -15520738 or 1977363. OLE color: 1977363.
HSL color Cylindrical-coordinate representation of color #132C1E: hue angle of 146.4º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #132C1E is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 30 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.83 |
| HSL | 146.4º | 0.4% | 0.12% | - |
| HSV(B) | 146.4º | 0.57% | 0.17% | - |
| XYZ | 1.4 | 2.03 | 1.55 | - |
| YUV | 34.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 30 | 0.57 | 0 | 0.32 | 0.83 | 146.4 | 0.4 | 0.12 |
| Hex | 13 | 2C | 1E | 39 | 0 | 20 | 53 | 92 | 28 | C |
| Octal | 23 | 54 | 36 | 71 | 0 | 40 | 123 | 222 | 50 | 14 |
| Binary | 10011 | 101100 | 11110 | 111001 | 0 | 100000 | 1010011 | 10010010 | 101000 | 1100 |
Color Harmonies of #132C1E
Complementary color
Monochromatic Colors of #132C1E
Black with #132C1E
Text Example
Text Example
White with #132C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C1E; }
p { color: rgb(19,44,30); }
H1.HeaderClassName
{
color: #132C1E;
}
.AnyTagClassName
{
color: #132C1E;
}
</style>
background-color css
<style>
a { background-color: #132C1E; }
a { background-color: rgb(19,44,30); }
div.DivClassName
{
background-color: #132C1E;
}
.BgClassName
{
background-color: #132C1E;
}
</style>
border-color css
<style>
span { border-color: #132C1E; }
span { border-color: rgb(19,44,30); }
td.TdClassName
{
border-color: #132C1E;
}
.TagClassName
{
border-color: #132C1E;
}
</style>