Shades of Cardin Green #132C23
Tints of Cardin Green #132C23
RGB
CMYK
RGB Variations
Color information
#132C23 (or 0x132C23) is known color: Cardin Green. HEX triplet: 13, 2C and 23. RGB value is (19,44,35). Sum of RGB (Red+Green+Blue) = 19+44+35=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #132C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132C23 is #ECD3DC. Grayscale: #232323. Windows color (decimal): -15520733 or 2305043. OLE color: 2305043.
HSL color Cylindrical-coordinate representation of color #132C23: hue angle of 158.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 #132C23 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 19 | 44 | 35 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.83 |
| HSL | 158.4º | 0.4% | 0.12% | - |
| HSV(B) | 158.4º | 0.57% | 0.17% | - |
| XYZ | 1.47 | 2.06 | 1.91 | - |
| YUV | 35.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 35 | 0.57 | 0 | 0.20 | 0.83 | 158.4 | 0.4 | 0.12 |
| Hex | 13 | 2C | 23 | 39 | 0 | 14 | 53 | 9E | 28 | C |
| Octal | 23 | 54 | 43 | 71 | 0 | 24 | 123 | 236 | 50 | 14 |
| Binary | 10011 | 101100 | 100011 | 111001 | 0 | 10100 | 1010011 | 10011110 | 101000 | 1100 |
Color Harmonies of #132C23
Complementary color
Monochromatic Colors of #132C23
Black with #132C23
Text Example
Text Example
White with #132C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C23; }
p { color: rgb(19,44,35); }
H1.HeaderClassName
{
color: #132C23;
}
.AnyTagClassName
{
color: #132C23;
}
</style>
background-color css
<style>
a { background-color: #132C23; }
a { background-color: rgb(19,44,35); }
div.DivClassName
{
background-color: #132C23;
}
.BgClassName
{
background-color: #132C23;
}
</style>
border-color css
<style>
span { border-color: #132C23; }
span { border-color: rgb(19,44,35); }
td.TdClassName
{
border-color: #132C23;
}
.TagClassName
{
border-color: #132C23;
}
</style>