Shades of Cardin Green #13382A
Tints of Cardin Green #13382A
RGB
CMYK
RGB Variations
Color information
#13382A (or 0x13382A) is known color: Cardin Green. HEX triplet: 13, 38 and 2A. RGB value is (19,56,42). Sum of RGB (Red+Green+Blue) = 19+56+42=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #13382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13382A is #ECC7D5. Grayscale: #2B2B2B. Windows color (decimal): -15517654 or 2766867. OLE color: 2766867.
HSL color Cylindrical-coordinate representation of color #13382A: hue angle of 157.3º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13382A is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 56 | 42 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.78 |
| HSL | 157.3º | 0.49% | 0.15% | - |
| HSV(B) | 157.3º | 0.66% | 0.22% | - |
| XYZ | 2.1 | 3.13 | 2.68 | - |
| YUV | 43.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 42 | 0.66 | 0 | 0.25 | 0.78 | 157.3 | 0.49 | 0.15 |
| Hex | 13 | 38 | 2A | 42 | 0 | 19 | 4E | 9D | 31 | F |
| Octal | 23 | 70 | 52 | 102 | 0 | 31 | 116 | 235 | 61 | 17 |
| Binary | 10011 | 111000 | 101010 | 1000010 | 0 | 11001 | 1001110 | 10011101 | 110001 | 1111 |
Color Harmonies of #13382A
Complementary color
Monochromatic Colors of #13382A
Black with #13382A
Text Example
Text Example
White with #13382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13382A; }
p { color: rgb(19,56,42); }
H1.HeaderClassName
{
color: #13382A;
}
.AnyTagClassName
{
color: #13382A;
}
</style>
background-color css
<style>
a { background-color: #13382A; }
a { background-color: rgb(19,56,42); }
div.DivClassName
{
background-color: #13382A;
}
.BgClassName
{
background-color: #13382A;
}
</style>
border-color css
<style>
span { border-color: #13382A; }
span { border-color: rgb(19,56,42); }
td.TdClassName
{
border-color: #13382A;
}
.TagClassName
{
border-color: #13382A;
}
</style>