Shades of Cardin Green #132F1F
Tints of Cardin Green #132F1F
RGB
CMYK
RGB Variations
Color information
#132F1F (or 0x132F1F) is known color: Cardin Green. HEX triplet: 13, 2F and 1F. RGB value is (19,47,31). Sum of RGB (Red+Green+Blue) = 19+47+31=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1F is #ECD0E0. Grayscale: #242424. Windows color (decimal): -15519969 or 2043667. OLE color: 2043667.
HSL color Cylindrical-coordinate representation of color #132F1F: hue angle of 145.71º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F1F is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 31 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.82 |
| HSL | 145.71º | 0.42% | 0.13% | - |
| HSV(B) | 145.71º | 0.6% | 0.18% | - |
| XYZ | 1.53 | 2.27 | 1.65 | - |
| YUV | 36.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 31 | 0.60 | 0 | 0.34 | 0.82 | 145.71 | 0.42 | 0.13 |
| Hex | 13 | 2F | 1F | 3C | 0 | 22 | 52 | 92 | 2A | D |
| Octal | 23 | 57 | 37 | 74 | 0 | 42 | 122 | 222 | 52 | 15 |
| Binary | 10011 | 101111 | 11111 | 111100 | 0 | 100010 | 1010010 | 10010010 | 101010 | 1101 |
Color Harmonies of #132F1F
Complementary color
Monochromatic Colors of #132F1F
Black with #132F1F
Text Example
Text Example
White with #132F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F1F; }
p { color: rgb(19,47,31); }
H1.HeaderClassName
{
color: #132F1F;
}
.AnyTagClassName
{
color: #132F1F;
}
</style>
background-color css
<style>
a { background-color: #132F1F; }
a { background-color: rgb(19,47,31); }
div.DivClassName
{
background-color: #132F1F;
}
.BgClassName
{
background-color: #132F1F;
}
</style>
border-color css
<style>
span { border-color: #132F1F; }
span { border-color: rgb(19,47,31); }
td.TdClassName
{
border-color: #132F1F;
}
.TagClassName
{
border-color: #132F1F;
}
</style>