Shades of Cardin Green #15382C
Tints of Cardin Green #15382C
RGB
CMYK
RGB Variations
Color information
#15382C (or 0x15382C) is known color: Cardin Green. HEX triplet: 15, 38 and 2C. RGB value is (21,56,44). Sum of RGB (Red+Green+Blue) = 21+56+44=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #15382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15382C is #EAC7D3. Grayscale: #2C2C2C. Windows color (decimal): -15386580 or 2897941. OLE color: 2897941.
HSL color Cylindrical-coordinate representation of color #15382C: hue angle of 159.43º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15382C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 44 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.78 |
| HSL | 159.43º | 0.45% | 0.15% | - |
| HSV(B) | 159.43º | 0.63% | 0.22% | - |
| XYZ | 2.18 | 3.17 | 2.88 | - |
| YUV | 44.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 44 | 0.63 | 0 | 0.21 | 0.78 | 159.43 | 0.45 | 0.15 |
| Hex | 15 | 38 | 2C | 3F | 0 | 15 | 4E | 9F | 2D | F |
| Octal | 25 | 70 | 54 | 77 | 0 | 25 | 116 | 237 | 55 | 17 |
| Binary | 10101 | 111000 | 101100 | 111111 | 0 | 10101 | 1001110 | 10011111 | 101101 | 1111 |
Color Harmonies of #15382C
Complementary color
Monochromatic Colors of #15382C
Black with #15382C
Text Example
Text Example
White with #15382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15382C; }
p { color: rgb(21,56,44); }
H1.HeaderClassName
{
color: #15382C;
}
.AnyTagClassName
{
color: #15382C;
}
</style>
background-color css
<style>
a { background-color: #15382C; }
a { background-color: rgb(21,56,44); }
div.DivClassName
{
background-color: #15382C;
}
.BgClassName
{
background-color: #15382C;
}
</style>
border-color css
<style>
span { border-color: #15382C; }
span { border-color: rgb(21,56,44); }
td.TdClassName
{
border-color: #15382C;
}
.TagClassName
{
border-color: #15382C;
}
</style>