Shades of Cardin Green #182D24
Tints of Cardin Green #182D24
RGB
CMYK
RGB Variations
Color information
#182D24 (or 0x182D24) is known color: Cardin Green. HEX triplet: 18, 2D and 24. RGB value is (24,45,36). Sum of RGB (Red+Green+Blue) = 24+45+36=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #182D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D24 is #E7D2DB. Grayscale: #252525. Windows color (decimal): -15192796 or 2370840. OLE color: 2370840.
HSL color Cylindrical-coordinate representation of color #182D24: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #182D24 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 45 | 36 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.82 |
| HSL | 154.29º | 0.3% | 0.14% | - |
| HSV(B) | 154.29º | 0.47% | 0.18% | - |
| XYZ | 1.63 | 2.2 | 2.01 | - |
| YUV | 37.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 36 | 0.47 | 0 | 0.2 | 0.82 | 154.29 | 0.3 | 0.14 |
| Hex | 18 | 2D | 24 | 2F | 0 | 14 | 52 | 9A | 1E | E |
| Octal | 30 | 55 | 44 | 57 | 0 | 24 | 122 | 232 | 36 | 16 |
| Binary | 11000 | 101101 | 100100 | 101111 | 0 | 10100 | 1010010 | 10011010 | 11110 | 1110 |
Color Harmonies of #182D24
Complementary color
Monochromatic Colors of #182D24
Black with #182D24
Text Example
Text Example
White with #182D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D24; }
p { color: rgb(24,45,36); }
H1.HeaderClassName
{
color: #182D24;
}
.AnyTagClassName
{
color: #182D24;
}
</style>
background-color css
<style>
a { background-color: #182D24; }
a { background-color: rgb(24,45,36); }
div.DivClassName
{
background-color: #182D24;
}
.BgClassName
{
background-color: #182D24;
}
</style>
border-color css
<style>
span { border-color: #182D24; }
span { border-color: rgb(24,45,36); }
td.TdClassName
{
border-color: #182D24;
}
.TagClassName
{
border-color: #182D24;
}
</style>