Shades of Cardin Green #18392B
Tints of Cardin Green #18392B
RGB
CMYK
RGB Variations
Color information
#18392B (or 0x18392B) is known color: Cardin Green. HEX triplet: 18, 39 and 2B. RGB value is (24,57,43). Sum of RGB (Red+Green+Blue) = 24+57+43=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #18392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18392B is #E7C6D4. Grayscale: #2D2D2D. Windows color (decimal): -15189717 or 2832664. OLE color: 2832664.
HSL color Cylindrical-coordinate representation of color #18392B: hue angle of 154.55º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #18392B is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 57 | 43 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.78 |
| HSL | 154.55º | 0.41% | 0.16% | - |
| HSV(B) | 154.55º | 0.58% | 0.22% | - |
| XYZ | 2.28 | 3.29 | 2.8 | - |
| YUV | 45.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 57 | 43 | 0.58 | 0 | 0.25 | 0.78 | 154.55 | 0.41 | 0.16 |
| Hex | 18 | 39 | 2B | 3A | 0 | 19 | 4E | 9B | 29 | 10 |
| Octal | 30 | 71 | 53 | 72 | 0 | 31 | 116 | 233 | 51 | 20 |
| Binary | 11000 | 111001 | 101011 | 111010 | 0 | 11001 | 1001110 | 10011011 | 101001 | 10000 |
Color Harmonies of #18392B
Complementary color
Monochromatic Colors of #18392B
Black with #18392B
Text Example
Text Example
White with #18392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18392B; }
p { color: rgb(24,57,43); }
H1.HeaderClassName
{
color: #18392B;
}
.AnyTagClassName
{
color: #18392B;
}
</style>
background-color css
<style>
a { background-color: #18392B; }
a { background-color: rgb(24,57,43); }
div.DivClassName
{
background-color: #18392B;
}
.BgClassName
{
background-color: #18392B;
}
</style>
border-color css
<style>
span { border-color: #18392B; }
span { border-color: rgb(24,57,43); }
td.TdClassName
{
border-color: #18392B;
}
.TagClassName
{
border-color: #18392B;
}
</style>