Shades of Cardin Green #181F1C
Tints of Cardin Green #181F1C
RGB
CMYK
RGB Variations
Color information
#181F1C (or 0x181F1C) is known color: Cardin Green. HEX triplet: 18, 1F and 1C. RGB value is (24,31,28). Sum of RGB (Red+Green+Blue) = 24+31+28=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 31 - color contains mainly: green. Hex color #181F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F1C is #E7E0E3. Grayscale: #1C1C1C. Windows color (decimal): -15196388 or 1842968. OLE color: 1842968.
HSL color Cylindrical-coordinate representation of color #181F1C: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #181F1C is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 31 | 28 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.88 |
| HSL | 154.29º | 0.13% | 0.11% | - |
| HSV(B) | 154.29º | 0.23% | 0.12% | - |
| XYZ | 1.08 | 1.26 | 1.28 | - |
| YUV | 28.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 28 | 0.23 | 0 | 0.10 | 0.88 | 154.29 | 0.13 | 0.11 |
| Hex | 18 | 1F | 1C | 17 | 0 | A | 58 | 9A | D | B |
| Octal | 30 | 37 | 34 | 27 | 0 | 12 | 130 | 232 | 15 | 13 |
| Binary | 11000 | 11111 | 11100 | 10111 | 0 | 1010 | 1011000 | 10011010 | 1101 | 1011 |
Color Harmonies of #181F1C
Complementary color
Monochromatic Colors of #181F1C
Black with #181F1C
Text Example
Text Example
White with #181F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181F1C; }
p { color: rgb(24,31,28); }
H1.HeaderClassName
{
color: #181F1C;
}
.AnyTagClassName
{
color: #181F1C;
}
</style>
background-color css
<style>
a { background-color: #181F1C; }
a { background-color: rgb(24,31,28); }
div.DivClassName
{
background-color: #181F1C;
}
.BgClassName
{
background-color: #181F1C;
}
</style>
border-color css
<style>
span { border-color: #181F1C; }
span { border-color: rgb(24,31,28); }
td.TdClassName
{
border-color: #181F1C;
}
.TagClassName
{
border-color: #181F1C;
}
</style>