Shades of Cardin Green #1F322A
Tints of Cardin Green #1F322A
RGB
CMYK
RGB Variations
Color information
#1F322A (or 0x1F322A) is known color: Cardin Green. HEX triplet: 1F, 32 and 2A. RGB value is (31,50,42). Sum of RGB (Red+Green+Blue) = 31+50+42=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #1F322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F322A is #E0CDD5. Grayscale: #2B2B2B. Windows color (decimal): -14732758 or 2765343. OLE color: 2765343.
HSL color Cylindrical-coordinate representation of color #1F322A: hue angle of 154.74º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F322A is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 42 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.80 |
| HSL | 154.74º | 0.23% | 0.16% | - |
| HSV(B) | 154.74º | 0.38% | 0.2% | - |
| XYZ | 2.12 | 2.74 | 2.61 | - |
| YUV | 43.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 42 | 0.38 | 0 | 0.16 | 0.80 | 154.74 | 0.23 | 0.16 |
| Hex | 1F | 32 | 2A | 26 | 0 | 10 | 50 | 9B | 17 | 10 |
| Octal | 37 | 62 | 52 | 46 | 0 | 20 | 120 | 233 | 27 | 20 |
| Binary | 11111 | 110010 | 101010 | 100110 | 0 | 10000 | 1010000 | 10011011 | 10111 | 10000 |
Color Harmonies of #1F322A
Complementary color
Monochromatic Colors of #1F322A
Black with #1F322A
Text Example
Text Example
White with #1F322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F322A; }
p { color: rgb(31,50,42); }
H1.HeaderClassName
{
color: #1F322A;
}
.AnyTagClassName
{
color: #1F322A;
}
</style>
background-color css
<style>
a { background-color: #1F322A; }
a { background-color: rgb(31,50,42); }
div.DivClassName
{
background-color: #1F322A;
}
.BgClassName
{
background-color: #1F322A;
}
</style>
border-color css
<style>
span { border-color: #1F322A; }
span { border-color: rgb(31,50,42); }
td.TdClassName
{
border-color: #1F322A;
}
.TagClassName
{
border-color: #1F322A;
}
</style>