Shades of Cardin Green #183026
Tints of Cardin Green #183026
RGB
CMYK
RGB Variations
Color information
#183026 (or 0x183026) is known color: Cardin Green. HEX triplet: 18, 30 and 26. RGB value is (24,48,38). Sum of RGB (Red+Green+Blue) = 24+48+38=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #183026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183026 is #E7CFD9. Grayscale: #272727. Windows color (decimal): -15192026 or 2502680. OLE color: 2502680.
HSL color Cylindrical-coordinate representation of color #183026: hue angle of 155º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183026 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 48 | 38 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.81 |
| HSL | 155º | 0.33% | 0.14% | - |
| HSV(B) | 155º | 0.5% | 0.19% | - |
| XYZ | 1.78 | 2.45 | 2.21 | - |
| YUV | 39.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 38 | 0.5 | 0 | 0.21 | 0.81 | 155 | 0.33 | 0.14 |
| Hex | 18 | 30 | 26 | 32 | 0 | 15 | 51 | 9B | 21 | E |
| Octal | 30 | 60 | 46 | 62 | 0 | 25 | 121 | 233 | 41 | 16 |
| Binary | 11000 | 110000 | 100110 | 110010 | 0 | 10101 | 1010001 | 10011011 | 100001 | 1110 |
Color Harmonies of #183026
Complementary color
Monochromatic Colors of #183026
Black with #183026
Text Example
Text Example
White with #183026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183026; }
p { color: rgb(24,48,38); }
H1.HeaderClassName
{
color: #183026;
}
.AnyTagClassName
{
color: #183026;
}
</style>
background-color css
<style>
a { background-color: #183026; }
a { background-color: rgb(24,48,38); }
div.DivClassName
{
background-color: #183026;
}
.BgClassName
{
background-color: #183026;
}
</style>
border-color css
<style>
span { border-color: #183026; }
span { border-color: rgb(24,48,38); }
td.TdClassName
{
border-color: #183026;
}
.TagClassName
{
border-color: #183026;
}
</style>