Shades of Cardin Green #15382B
Tints of Cardin Green #15382B
RGB
CMYK
RGB Variations
Color information
#15382B (or 0x15382B) is known color: Cardin Green. HEX triplet: 15, 38 and 2B. RGB value is (21,56,43). Sum of RGB (Red+Green+Blue) = 21+56+43=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #15382B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15382B is #EAC7D4. Grayscale: #2C2C2C. Windows color (decimal): -15386581 or 2832405. OLE color: 2832405.
HSL color Cylindrical-coordinate representation of color #15382B: hue angle of 157.71º 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 #15382B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 56 | 43 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.78 |
| HSL | 157.71º | 0.45% | 0.15% | - |
| HSV(B) | 157.71º | 0.63% | 0.22% | - |
| XYZ | 2.16 | 3.16 | 2.78 | - |
| YUV | 44.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 43 | 0.63 | 0 | 0.23 | 0.78 | 157.71 | 0.45 | 0.15 |
| Hex | 15 | 38 | 2B | 3F | 0 | 17 | 4E | 9E | 2D | F |
| Octal | 25 | 70 | 53 | 77 | 0 | 27 | 116 | 236 | 55 | 17 |
| Binary | 10101 | 111000 | 101011 | 111111 | 0 | 10111 | 1001110 | 10011110 | 101101 | 1111 |
Color Harmonies of #15382B
Complementary color
Monochromatic Colors of #15382B
Black with #15382B
Text Example
Text Example
White with #15382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15382B; }
p { color: rgb(21,56,43); }
H1.HeaderClassName
{
color: #15382B;
}
.AnyTagClassName
{
color: #15382B;
}
</style>
background-color css
<style>
a { background-color: #15382B; }
a { background-color: rgb(21,56,43); }
div.DivClassName
{
background-color: #15382B;
}
.BgClassName
{
background-color: #15382B;
}
</style>
border-color css
<style>
span { border-color: #15382B; }
span { border-color: rgb(21,56,43); }
td.TdClassName
{
border-color: #15382B;
}
.TagClassName
{
border-color: #15382B;
}
</style>