Shades of Cardin Green #183127
Tints of Cardin Green #183127
RGB
CMYK
RGB Variations
Color information
#183127 (or 0x183127) is known color: Cardin Green. HEX triplet: 18, 31 and 27. RGB value is (24,49,39). Sum of RGB (Red+Green+Blue) = 24+49+39=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #183127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183127 is #E7CED8. Grayscale: #282828. Windows color (decimal): -15191769 or 2568472. OLE color: 2568472.
HSL color Cylindrical-coordinate representation of color #183127: hue angle of 156º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183127 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 39 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.81 |
| HSL | 156º | 0.34% | 0.14% | - |
| HSV(B) | 156º | 0.51% | 0.19% | - |
| XYZ | 1.84 | 2.54 | 2.31 | - |
| YUV | 40.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 39 | 0.51 | 0 | 0.20 | 0.81 | 156 | 0.34 | 0.14 |
| Hex | 18 | 31 | 27 | 33 | 0 | 14 | 51 | 9C | 22 | E |
| Octal | 30 | 61 | 47 | 63 | 0 | 24 | 121 | 234 | 42 | 16 |
| Binary | 11000 | 110001 | 100111 | 110011 | 0 | 10100 | 1010001 | 10011100 | 100010 | 1110 |
Color Harmonies of #183127
Complementary color
Monochromatic Colors of #183127
Black with #183127
Text Example
Text Example
White with #183127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183127; }
p { color: rgb(24,49,39); }
H1.HeaderClassName
{
color: #183127;
}
.AnyTagClassName
{
color: #183127;
}
</style>
background-color css
<style>
a { background-color: #183127; }
a { background-color: rgb(24,49,39); }
div.DivClassName
{
background-color: #183127;
}
.BgClassName
{
background-color: #183127;
}
</style>
border-color css
<style>
span { border-color: #183127; }
span { border-color: rgb(24,49,39); }
td.TdClassName
{
border-color: #183127;
}
.TagClassName
{
border-color: #183127;
}
</style>