Shades of Cardin Green #132D1F
Tints of Cardin Green #132D1F
RGB
CMYK
RGB Variations
Color information
#132D1F (or 0x132D1F) is known color: Cardin Green. HEX triplet: 13, 2D and 1F. RGB value is (19,45,31). Sum of RGB (Red+Green+Blue) = 19+45+31=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #132D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D1F is #ECD2E0. Grayscale: #232323. Windows color (decimal): -15520481 or 2043155. OLE color: 2043155.
HSL color Cylindrical-coordinate representation of color #132D1F: hue angle of 147.69º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D1F is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 31 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.82 |
| HSL | 147.69º | 0.41% | 0.13% | - |
| HSV(B) | 147.69º | 0.58% | 0.18% | - |
| XYZ | 1.45 | 2.11 | 1.63 | - |
| YUV | 35.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 31 | 0.58 | 0 | 0.31 | 0.82 | 147.69 | 0.41 | 0.13 |
| Hex | 13 | 2D | 1F | 3A | 0 | 1F | 52 | 94 | 29 | D |
| Octal | 23 | 55 | 37 | 72 | 0 | 37 | 122 | 224 | 51 | 15 |
| Binary | 10011 | 101101 | 11111 | 111010 | 0 | 11111 | 1010010 | 10010100 | 101001 | 1101 |
Color Harmonies of #132D1F
Complementary color
Monochromatic Colors of #132D1F
Black with #132D1F
Text Example
Text Example
White with #132D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D1F; }
p { color: rgb(19,45,31); }
H1.HeaderClassName
{
color: #132D1F;
}
.AnyTagClassName
{
color: #132D1F;
}
</style>
background-color css
<style>
a { background-color: #132D1F; }
a { background-color: rgb(19,45,31); }
div.DivClassName
{
background-color: #132D1F;
}
.BgClassName
{
background-color: #132D1F;
}
</style>
border-color css
<style>
span { border-color: #132D1F; }
span { border-color: rgb(19,45,31); }
td.TdClassName
{
border-color: #132D1F;
}
.TagClassName
{
border-color: #132D1F;
}
</style>