Shades of Cardin Green #183529
Tints of Cardin Green #183529
RGB
CMYK
RGB Variations
Color information
#183529 (or 0x183529) is known color: Cardin Green. HEX triplet: 18, 35 and 29. RGB value is (24,53,41). Sum of RGB (Red+Green+Blue) = 24+53+41=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #183529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183529 is #E7CAD6. Grayscale: #2A2A2A. Windows color (decimal): -15190743 or 2700568. OLE color: 2700568.
HSL color Cylindrical-coordinate representation of color #183529: hue angle of 155.17º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183529 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 41 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.79 |
| HSL | 155.17º | 0.38% | 0.15% | - |
| HSV(B) | 155.17º | 0.55% | 0.21% | - |
| XYZ | 2.05 | 2.9 | 2.55 | - |
| YUV | 42.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 41 | 0.55 | 0 | 0.23 | 0.79 | 155.17 | 0.38 | 0.15 |
| Hex | 18 | 35 | 29 | 37 | 0 | 17 | 4F | 9B | 26 | F |
| Octal | 30 | 65 | 51 | 67 | 0 | 27 | 117 | 233 | 46 | 17 |
| Binary | 11000 | 110101 | 101001 | 110111 | 0 | 10111 | 1001111 | 10011011 | 100110 | 1111 |
Color Harmonies of #183529
Complementary color
Monochromatic Colors of #183529
Black with #183529
Text Example
Text Example
White with #183529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183529; }
p { color: rgb(24,53,41); }
H1.HeaderClassName
{
color: #183529;
}
.AnyTagClassName
{
color: #183529;
}
</style>
background-color css
<style>
a { background-color: #183529; }
a { background-color: rgb(24,53,41); }
div.DivClassName
{
background-color: #183529;
}
.BgClassName
{
background-color: #183529;
}
</style>
border-color css
<style>
span { border-color: #183529; }
span { border-color: rgb(24,53,41); }
td.TdClassName
{
border-color: #183529;
}
.TagClassName
{
border-color: #183529;
}
</style>