Shades of Cardin Green #1F2F27
Tints of Cardin Green #1F2F27
RGB
CMYK
RGB Variations
Color information
#1F2F27 (or 0x1F2F27) is known color: Cardin Green. HEX triplet: 1F, 2F and 27. RGB value is (31,47,39). Sum of RGB (Red+Green+Blue) = 31+47+39=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F27 is #E0D0D8. Grayscale: #292929. Windows color (decimal): -14733529 or 2567967. OLE color: 2567967.
HSL color Cylindrical-coordinate representation of color #1F2F27: hue angle of 150º 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 #1F2F27 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 39 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.82 |
| HSL | 150º | 0.21% | 0.15% | - |
| HSV(B) | 150º | 0.34% | 0.18% | - |
| XYZ | 1.95 | 2.47 | 2.29 | - |
| YUV | 41.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 39 | 0.34 | 0 | 0.17 | 0.82 | 150 | 0.21 | 0.15 |
| Hex | 1F | 2F | 27 | 22 | 0 | 11 | 52 | 96 | 15 | F |
| Octal | 37 | 57 | 47 | 42 | 0 | 21 | 122 | 226 | 25 | 17 |
| Binary | 11111 | 101111 | 100111 | 100010 | 0 | 10001 | 1010010 | 10010110 | 10101 | 1111 |
Color Harmonies of #1F2F27
Complementary color
Monochromatic Colors of #1F2F27
Black with #1F2F27
Text Example
Text Example
White with #1F2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F27; }
p { color: rgb(31,47,39); }
H1.HeaderClassName
{
color: #1F2F27;
}
.AnyTagClassName
{
color: #1F2F27;
}
</style>
background-color css
<style>
a { background-color: #1F2F27; }
a { background-color: rgb(31,47,39); }
div.DivClassName
{
background-color: #1F2F27;
}
.BgClassName
{
background-color: #1F2F27;
}
</style>
border-color css
<style>
span { border-color: #1F2F27; }
span { border-color: rgb(31,47,39); }
td.TdClassName
{
border-color: #1F2F27;
}
.TagClassName
{
border-color: #1F2F27;
}
</style>