Shades of Cardin Green #133929
Tints of Cardin Green #133929
RGB
CMYK
RGB Variations
Color information
#133929 (or 0x133929) is known color: Cardin Green. HEX triplet: 13, 39 and 29. RGB value is (19,57,41). Sum of RGB (Red+Green+Blue) = 19+57+41=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #133929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133929 is #ECC6D6. Grayscale: #2B2B2B. Windows color (decimal): -15517399 or 2701587. OLE color: 2701587.
HSL color Cylindrical-coordinate representation of color #133929: hue angle of 154.74º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133929 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 41 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.78 |
| HSL | 154.74º | 0.5% | 0.15% | - |
| HSV(B) | 154.74º | 0.67% | 0.22% | - |
| XYZ | 2.13 | 3.22 | 2.61 | - |
| YUV | 43.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 41 | 0.67 | 0 | 0.28 | 0.78 | 154.74 | 0.5 | 0.15 |
| Hex | 13 | 39 | 29 | 43 | 0 | 1C | 4E | 9B | 32 | F |
| Octal | 23 | 71 | 51 | 103 | 0 | 34 | 116 | 233 | 62 | 17 |
| Binary | 10011 | 111001 | 101001 | 1000011 | 0 | 11100 | 1001110 | 10011011 | 110010 | 1111 |
Color Harmonies of #133929
Complementary color
Monochromatic Colors of #133929
Black with #133929
Text Example
Text Example
White with #133929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133929; }
p { color: rgb(19,57,41); }
H1.HeaderClassName
{
color: #133929;
}
.AnyTagClassName
{
color: #133929;
}
</style>
background-color css
<style>
a { background-color: #133929; }
a { background-color: rgb(19,57,41); }
div.DivClassName
{
background-color: #133929;
}
.BgClassName
{
background-color: #133929;
}
</style>
border-color css
<style>
span { border-color: #133929; }
span { border-color: rgb(19,57,41); }
td.TdClassName
{
border-color: #133929;
}
.TagClassName
{
border-color: #133929;
}
</style>