Shades of Cardin Green #1F3127
Tints of Cardin Green #1F3127
RGB
CMYK
RGB Variations
Color information
#1F3127 (or 0x1F3127) is known color: Cardin Green. HEX triplet: 1F, 31 and 27. RGB value is (31,49,39). Sum of RGB (Red+Green+Blue) = 31+49+39=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3127 is #E0CED8. Grayscale: #2A2A2A. Windows color (decimal): -14733017 or 2568479. OLE color: 2568479.
HSL color Cylindrical-coordinate representation of color #1F3127: hue angle of 146.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 #1F3127 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 39 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.81 |
| HSL | 146.67º | 0.23% | 0.16% | - |
| HSV(B) | 146.67º | 0.37% | 0.19% | - |
| XYZ | 2.03 | 2.63 | 2.32 | - |
| YUV | 42.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 39 | 0.37 | 0 | 0.20 | 0.81 | 146.67 | 0.23 | 0.16 |
| Hex | 1F | 31 | 27 | 25 | 0 | 14 | 51 | 93 | 16 | 10 |
| Octal | 37 | 61 | 47 | 45 | 0 | 24 | 121 | 223 | 26 | 20 |
| Binary | 11111 | 110001 | 100111 | 100101 | 0 | 10100 | 1010001 | 10010011 | 10110 | 10000 |
Color Harmonies of #1F3127
Complementary color
Monochromatic Colors of #1F3127
Black with #1F3127
Text Example
Text Example
White with #1F3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3127; }
p { color: rgb(31,49,39); }
H1.HeaderClassName
{
color: #1F3127;
}
.AnyTagClassName
{
color: #1F3127;
}
</style>
background-color css
<style>
a { background-color: #1F3127; }
a { background-color: rgb(31,49,39); }
div.DivClassName
{
background-color: #1F3127;
}
.BgClassName
{
background-color: #1F3127;
}
</style>
border-color css
<style>
span { border-color: #1F3127; }
span { border-color: rgb(31,49,39); }
td.TdClassName
{
border-color: #1F3127;
}
.TagClassName
{
border-color: #1F3127;
}
</style>