Shades of Cardin Green #152A1F
Tints of Cardin Green #152A1F
RGB
CMYK
RGB Variations
Color information
#152A1F (or 0x152A1F) is known color: Cardin Green. HEX triplet: 15, 2A and 1F. RGB value is (21,42,31). Sum of RGB (Red+Green+Blue) = 21+42+31=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #152A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A1F is #EAD5E0. Grayscale: #222222. Windows color (decimal): -15390177 or 2042389. OLE color: 2042389.
HSL color Cylindrical-coordinate representation of color #152A1F: hue angle of 148.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A1F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 42 | 31 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.84 |
| HSL | 148.57º | 0.33% | 0.12% | - |
| HSV(B) | 148.57º | 0.5% | 0.16% | - |
| XYZ | 1.38 | 1.91 | 1.59 | - |
| YUV | 34.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 31 | 0.50 | 0 | 0.26 | 0.84 | 148.57 | 0.33 | 0.12 |
| Hex | 15 | 2A | 1F | 32 | 0 | 1A | 54 | 95 | 21 | C |
| Octal | 25 | 52 | 37 | 62 | 0 | 32 | 124 | 225 | 41 | 14 |
| Binary | 10101 | 101010 | 11111 | 110010 | 0 | 11010 | 1010100 | 10010101 | 100001 | 1100 |
Color Harmonies of #152A1F
Complementary color
Monochromatic Colors of #152A1F
Black with #152A1F
Text Example
Text Example
White with #152A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A1F; }
p { color: rgb(21,42,31); }
H1.HeaderClassName
{
color: #152A1F;
}
.AnyTagClassName
{
color: #152A1F;
}
</style>
background-color css
<style>
a { background-color: #152A1F; }
a { background-color: rgb(21,42,31); }
div.DivClassName
{
background-color: #152A1F;
}
.BgClassName
{
background-color: #152A1F;
}
</style>
border-color css
<style>
span { border-color: #152A1F; }
span { border-color: rgb(21,42,31); }
td.TdClassName
{
border-color: #152A1F;
}
.TagClassName
{
border-color: #152A1F;
}
</style>