Shades of Cardin Green #133A2B
Tints of Cardin Green #133A2B
RGB
CMYK
RGB Variations
Color information
#133A2B (or 0x133A2B) is known color: Cardin Green. HEX triplet: 13, 3A and 2B. RGB value is (19,58,43). Sum of RGB (Red+Green+Blue) = 19+58+43=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #133A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A2B is #ECC5D4. Grayscale: #2C2C2C. Windows color (decimal): -15517141 or 2832915. OLE color: 2832915.
HSL color Cylindrical-coordinate representation of color #133A2B: hue angle of 156.92º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A2B is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 58 | 43 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.77 |
| HSL | 156.92º | 0.51% | 0.15% | - |
| HSV(B) | 156.92º | 0.67% | 0.23% | - |
| XYZ | 2.22 | 3.34 | 2.81 | - |
| YUV | 44.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 43 | 0.67 | 0 | 0.26 | 0.77 | 156.92 | 0.51 | 0.15 |
| Hex | 13 | 3A | 2B | 43 | 0 | 1A | 4D | 9D | 33 | F |
| Octal | 23 | 72 | 53 | 103 | 0 | 32 | 115 | 235 | 63 | 17 |
| Binary | 10011 | 111010 | 101011 | 1000011 | 0 | 11010 | 1001101 | 10011101 | 110011 | 1111 |
Color Harmonies of #133A2B
Complementary color
Monochromatic Colors of #133A2B
Black with #133A2B
Text Example
Text Example
White with #133A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133A2B; }
p { color: rgb(19,58,43); }
H1.HeaderClassName
{
color: #133A2B;
}
.AnyTagClassName
{
color: #133A2B;
}
</style>
background-color css
<style>
a { background-color: #133A2B; }
a { background-color: rgb(19,58,43); }
div.DivClassName
{
background-color: #133A2B;
}
.BgClassName
{
background-color: #133A2B;
}
</style>
border-color css
<style>
span { border-color: #133A2B; }
span { border-color: rgb(19,58,43); }
td.TdClassName
{
border-color: #133A2B;
}
.TagClassName
{
border-color: #133A2B;
}
</style>