Shades of Cardin Green #1F2F28
Tints of Cardin Green #1F2F28
RGB
CMYK
RGB Variations
Color information
#1F2F28 (or 0x1F2F28) is known color: Cardin Green. HEX triplet: 1F, 2F and 28. RGB value is (31,47,40). Sum of RGB (Red+Green+Blue) = 31+47+40=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F28 is #E0D0D7. Grayscale: #292929. Windows color (decimal): -14733528 or 2633503. OLE color: 2633503.
HSL color Cylindrical-coordinate representation of color #1F2F28: hue angle of 153.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F2F28 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 40 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.82 |
| HSL | 153.75º | 0.21% | 0.15% | - |
| HSV(B) | 153.75º | 0.34% | 0.18% | - |
| XYZ | 1.96 | 2.48 | 2.38 | - |
| YUV | 41.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 40 | 0.34 | 0 | 0.15 | 0.82 | 153.75 | 0.21 | 0.15 |
| Hex | 1F | 2F | 28 | 22 | 0 | F | 52 | 9A | 15 | F |
| Octal | 37 | 57 | 50 | 42 | 0 | 17 | 122 | 232 | 25 | 17 |
| Binary | 11111 | 101111 | 101000 | 100010 | 0 | 1111 | 1010010 | 10011010 | 10101 | 1111 |
Color Harmonies of #1F2F28
Complementary color
Monochromatic Colors of #1F2F28
Black with #1F2F28
Text Example
Text Example
White with #1F2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F28; }
p { color: rgb(31,47,40); }
H1.HeaderClassName
{
color: #1F2F28;
}
.AnyTagClassName
{
color: #1F2F28;
}
</style>
background-color css
<style>
a { background-color: #1F2F28; }
a { background-color: rgb(31,47,40); }
div.DivClassName
{
background-color: #1F2F28;
}
.BgClassName
{
background-color: #1F2F28;
}
</style>
border-color css
<style>
span { border-color: #1F2F28; }
span { border-color: rgb(31,47,40); }
td.TdClassName
{
border-color: #1F2F28;
}
.TagClassName
{
border-color: #1F2F28;
}
</style>