Shades of Cardin Green #1F2623
Tints of Cardin Green #1F2623
RGB
CMYK
RGB Variations
Color information
#1F2623 (or 0x1F2623) is known color: Cardin Green. HEX triplet: 1F, 26 and 23. RGB value is (31,38,35). Sum of RGB (Red+Green+Blue) = 31+38+35=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #1F2623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2623 is #E0D9DC. Grayscale: #232323. Windows color (decimal): -14735837 or 2303519. OLE color: 2303519.
HSL color Cylindrical-coordinate representation of color #1F2623: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1F2623 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 38 | 35 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.85 |
| HSL | 154.29º | 0.1% | 0.14% | - |
| HSV(B) | 154.29º | 0.18% | 0.15% | - |
| XYZ | 1.56 | 1.8 | 1.86 | - |
| YUV | 35.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 35 | 0.18 | 0 | 0.08 | 0.85 | 154.29 | 0.1 | 0.14 |
| Hex | 1F | 26 | 23 | 12 | 0 | 8 | 55 | 9A | A | E |
| Octal | 37 | 46 | 43 | 22 | 0 | 10 | 125 | 232 | 12 | 16 |
| Binary | 11111 | 100110 | 100011 | 10010 | 0 | 1000 | 1010101 | 10011010 | 1010 | 1110 |
Color Harmonies of #1F2623
Complementary color
Monochromatic Colors of #1F2623
Black with #1F2623
Text Example
Text Example
White with #1F2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2623; }
p { color: rgb(31,38,35); }
H1.HeaderClassName
{
color: #1F2623;
}
.AnyTagClassName
{
color: #1F2623;
}
</style>
background-color css
<style>
a { background-color: #1F2623; }
a { background-color: rgb(31,38,35); }
div.DivClassName
{
background-color: #1F2623;
}
.BgClassName
{
background-color: #1F2623;
}
</style>
border-color css
<style>
span { border-color: #1F2623; }
span { border-color: rgb(31,38,35); }
td.TdClassName
{
border-color: #1F2623;
}
.TagClassName
{
border-color: #1F2623;
}
</style>