Shades of Cardin Green #183828
Tints of Cardin Green #183828
RGB
CMYK
RGB Variations
Color information
#183828 (or 0x183828) is known color: Cardin Green. HEX triplet: 18, 38 and 28. RGB value is (24,56,40). Sum of RGB (Red+Green+Blue) = 24+56+40=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #183828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183828 is #E7C7D7. Grayscale: #2C2C2C. Windows color (decimal): -15189976 or 2635800. OLE color: 2635800.
HSL color Cylindrical-coordinate representation of color #183828: hue angle of 150º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183828 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 56 | 40 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.78 |
| HSL | 150º | 0.4% | 0.16% | - |
| HSV(B) | 150º | 0.57% | 0.22% | - |
| XYZ | 2.17 | 3.18 | 2.51 | - |
| YUV | 44.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 56 | 40 | 0.57 | 0 | 0.29 | 0.78 | 150 | 0.4 | 0.16 |
| Hex | 18 | 38 | 28 | 39 | 0 | 1D | 4E | 96 | 28 | 10 |
| Octal | 30 | 70 | 50 | 71 | 0 | 35 | 116 | 226 | 50 | 20 |
| Binary | 11000 | 111000 | 101000 | 111001 | 0 | 11101 | 1001110 | 10010110 | 101000 | 10000 |
Color Harmonies of #183828
Complementary color
Monochromatic Colors of #183828
Black with #183828
Text Example
Text Example
White with #183828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183828; }
p { color: rgb(24,56,40); }
H1.HeaderClassName
{
color: #183828;
}
.AnyTagClassName
{
color: #183828;
}
</style>
background-color css
<style>
a { background-color: #183828; }
a { background-color: rgb(24,56,40); }
div.DivClassName
{
background-color: #183828;
}
.BgClassName
{
background-color: #183828;
}
</style>
border-color css
<style>
span { border-color: #183828; }
span { border-color: rgb(24,56,40); }
td.TdClassName
{
border-color: #183828;
}
.TagClassName
{
border-color: #183828;
}
</style>