Shades of Cardin Green #15271E
Tints of Cardin Green #15271E
RGB
CMYK
RGB Variations
Color information
#15271E (or 0x15271E) is known color: Cardin Green. HEX triplet: 15, 27 and 1E. RGB value is (21,39,30). Sum of RGB (Red+Green+Blue) = 21+39+30=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #15271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15271E is #EAD8E1. Grayscale: #202020. Windows color (decimal): -15390946 or 1976085. OLE color: 1976085.
HSL color Cylindrical-coordinate representation of color #15271E: hue angle of 150º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #15271E is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 39 | 30 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.85 |
| HSL | 150º | 0.3% | 0.12% | - |
| HSV(B) | 150º | 0.46% | 0.15% | - |
| XYZ | 1.27 | 1.7 | 1.49 | - |
| YUV | 32.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 39 | 30 | 0.46 | 0 | 0.23 | 0.85 | 150 | 0.3 | 0.12 |
| Hex | 15 | 27 | 1E | 2E | 0 | 17 | 55 | 96 | 1E | C |
| Octal | 25 | 47 | 36 | 56 | 0 | 27 | 125 | 226 | 36 | 14 |
| Binary | 10101 | 100111 | 11110 | 101110 | 0 | 10111 | 1010101 | 10010110 | 11110 | 1100 |
Color Harmonies of #15271E
Complementary color
Monochromatic Colors of #15271E
Black with #15271E
Text Example
Text Example
White with #15271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15271E; }
p { color: rgb(21,39,30); }
H1.HeaderClassName
{
color: #15271E;
}
.AnyTagClassName
{
color: #15271E;
}
</style>
background-color css
<style>
a { background-color: #15271E; }
a { background-color: rgb(21,39,30); }
div.DivClassName
{
background-color: #15271E;
}
.BgClassName
{
background-color: #15271E;
}
</style>
border-color css
<style>
span { border-color: #15271E; }
span { border-color: rgb(21,39,30); }
td.TdClassName
{
border-color: #15271E;
}
.TagClassName
{
border-color: #15271E;
}
</style>