Shades of Cardin Green #132F22
Tints of Cardin Green #132F22
RGB
CMYK
RGB Variations
Color information
#132F22 (or 0x132F22) is known color: Cardin Green. HEX triplet: 13, 2F and 22. RGB value is (19,47,34). Sum of RGB (Red+Green+Blue) = 19+47+34=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #132F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F22 is #ECD0DD. Grayscale: #252525. Windows color (decimal): -15519966 or 2240275. OLE color: 2240275.
HSL color Cylindrical-coordinate representation of color #132F22: hue angle of 152.14º 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 #132F22 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 34 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.82 |
| HSL | 152.14º | 0.42% | 0.13% | - |
| HSV(B) | 152.14º | 0.6% | 0.18% | - |
| XYZ | 1.57 | 2.29 | 1.87 | - |
| YUV | 37.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 34 | 0.60 | 0 | 0.28 | 0.82 | 152.14 | 0.42 | 0.13 |
| Hex | 13 | 2F | 22 | 3C | 0 | 1C | 52 | 98 | 2A | D |
| Octal | 23 | 57 | 42 | 74 | 0 | 34 | 122 | 230 | 52 | 15 |
| Binary | 10011 | 101111 | 100010 | 111100 | 0 | 11100 | 1010010 | 10011000 | 101010 | 1101 |
Color Harmonies of #132F22
Complementary color
Monochromatic Colors of #132F22
Black with #132F22
Text Example
Text Example
White with #132F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F22; }
p { color: rgb(19,47,34); }
H1.HeaderClassName
{
color: #132F22;
}
.AnyTagClassName
{
color: #132F22;
}
</style>
background-color css
<style>
a { background-color: #132F22; }
a { background-color: rgb(19,47,34); }
div.DivClassName
{
background-color: #132F22;
}
.BgClassName
{
background-color: #132F22;
}
</style>
border-color css
<style>
span { border-color: #132F22; }
span { border-color: rgb(19,47,34); }
td.TdClassName
{
border-color: #132F22;
}
.TagClassName
{
border-color: #132F22;
}
</style>