Shades of Cardin Green #133021
Tints of Cardin Green #133021
RGB
CMYK
RGB Variations
Color information
#133021 (or 0x133021) is known color: Cardin Green. HEX triplet: 13, 30 and 21. RGB value is (19,48,33). Sum of RGB (Red+Green+Blue) = 19+48+33=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #133021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133021 is #ECCFDE. Grayscale: #252525. Windows color (decimal): -15519711 or 2174995. OLE color: 2174995.
HSL color Cylindrical-coordinate representation of color #133021: hue angle of 148.97º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133021 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 33 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.81 |
| HSL | 148.97º | 0.43% | 0.13% | - |
| HSV(B) | 148.97º | 0.6% | 0.19% | - |
| XYZ | 1.6 | 2.36 | 1.81 | - |
| YUV | 37.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 33 | 0.60 | 0 | 0.31 | 0.81 | 148.97 | 0.43 | 0.13 |
| Hex | 13 | 30 | 21 | 3C | 0 | 1F | 51 | 95 | 2B | D |
| Octal | 23 | 60 | 41 | 74 | 0 | 37 | 121 | 225 | 53 | 15 |
| Binary | 10011 | 110000 | 100001 | 111100 | 0 | 11111 | 1010001 | 10010101 | 101011 | 1101 |
Color Harmonies of #133021
Complementary color
Monochromatic Colors of #133021
Black with #133021
Text Example
Text Example
White with #133021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133021; }
p { color: rgb(19,48,33); }
H1.HeaderClassName
{
color: #133021;
}
.AnyTagClassName
{
color: #133021;
}
</style>
background-color css
<style>
a { background-color: #133021; }
a { background-color: rgb(19,48,33); }
div.DivClassName
{
background-color: #133021;
}
.BgClassName
{
background-color: #133021;
}
</style>
border-color css
<style>
span { border-color: #133021; }
span { border-color: rgb(19,48,33); }
td.TdClassName
{
border-color: #133021;
}
.TagClassName
{
border-color: #133021;
}
</style>