Shades of Cardin Green #152C1F
Tints of Cardin Green #152C1F
RGB
CMYK
RGB Variations
Color information
#152C1F (or 0x152C1F) is known color: Cardin Green. HEX triplet: 15, 2C and 1F. RGB value is (21,44,31). Sum of RGB (Red+Green+Blue) = 21+44+31=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #152C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C1F is #EAD3E0. Grayscale: #232323. Windows color (decimal): -15389665 or 2042901. OLE color: 2042901.
HSL color Cylindrical-coordinate representation of color #152C1F: hue angle of 146.09º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C1F is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 31 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.83 |
| HSL | 146.09º | 0.35% | 0.13% | - |
| HSV(B) | 146.09º | 0.52% | 0.17% | - |
| XYZ | 1.46 | 2.06 | 1.62 | - |
| YUV | 35.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 31 | 0.52 | 0 | 0.30 | 0.83 | 146.09 | 0.35 | 0.13 |
| Hex | 15 | 2C | 1F | 34 | 0 | 1E | 53 | 92 | 23 | D |
| Octal | 25 | 54 | 37 | 64 | 0 | 36 | 123 | 222 | 43 | 15 |
| Binary | 10101 | 101100 | 11111 | 110100 | 0 | 11110 | 1010011 | 10010010 | 100011 | 1101 |
Color Harmonies of #152C1F
Complementary color
Monochromatic Colors of #152C1F
Black with #152C1F
Text Example
Text Example
White with #152C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C1F; }
p { color: rgb(21,44,31); }
H1.HeaderClassName
{
color: #152C1F;
}
.AnyTagClassName
{
color: #152C1F;
}
</style>
background-color css
<style>
a { background-color: #152C1F; }
a { background-color: rgb(21,44,31); }
div.DivClassName
{
background-color: #152C1F;
}
.BgClassName
{
background-color: #152C1F;
}
</style>
border-color css
<style>
span { border-color: #152C1F; }
span { border-color: rgb(21,44,31); }
td.TdClassName
{
border-color: #152C1F;
}
.TagClassName
{
border-color: #152C1F;
}
</style>