Shades of Cardin Green #1F312A
Tints of Cardin Green #1F312A
RGB
CMYK
RGB Variations
Color information
#1F312A (or 0x1F312A) is known color: Cardin Green. HEX triplet: 1F, 31 and 2A. RGB value is (31,49,42). Sum of RGB (Red+Green+Blue) = 31+49+42=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #1F312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F312A is #E0CED5. Grayscale: #2A2A2A. Windows color (decimal): -14733014 or 2765087. OLE color: 2765087.
HSL color Cylindrical-coordinate representation of color #1F312A: hue angle of 156.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F312A is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 42 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.81 |
| HSL | 156.67º | 0.23% | 0.16% | - |
| HSV(B) | 156.67º | 0.37% | 0.19% | - |
| XYZ | 2.08 | 2.66 | 2.59 | - |
| YUV | 42.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 42 | 0.37 | 0 | 0.14 | 0.81 | 156.67 | 0.23 | 0.16 |
| Hex | 1F | 31 | 2A | 25 | 0 | E | 51 | 9D | 16 | 10 |
| Octal | 37 | 61 | 52 | 45 | 0 | 16 | 121 | 235 | 26 | 20 |
| Binary | 11111 | 110001 | 101010 | 100101 | 0 | 1110 | 1010001 | 10011101 | 10110 | 10000 |
Color Harmonies of #1F312A
Complementary color
Monochromatic Colors of #1F312A
Black with #1F312A
Text Example
Text Example
White with #1F312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F312A; }
p { color: rgb(31,49,42); }
H1.HeaderClassName
{
color: #1F312A;
}
.AnyTagClassName
{
color: #1F312A;
}
</style>
background-color css
<style>
a { background-color: #1F312A; }
a { background-color: rgb(31,49,42); }
div.DivClassName
{
background-color: #1F312A;
}
.BgClassName
{
background-color: #1F312A;
}
</style>
border-color css
<style>
span { border-color: #1F312A; }
span { border-color: rgb(31,49,42); }
td.TdClassName
{
border-color: #1F312A;
}
.TagClassName
{
border-color: #1F312A;
}
</style>