Shades of Cardin Green #18372A
Tints of Cardin Green #18372A
RGB
CMYK
RGB Variations
Color information
#18372A (or 0x18372A) is known color: Cardin Green. HEX triplet: 18, 37 and 2A. RGB value is (24,55,42). Sum of RGB (Red+Green+Blue) = 24+55+42=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #18372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18372A is #E7C8D5. Grayscale: #2C2C2C. Windows color (decimal): -15190230 or 2766616. OLE color: 2766616.
HSL color Cylindrical-coordinate representation of color #18372A: hue angle of 154.84º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18372A is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 42 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.78 |
| HSL | 154.84º | 0.39% | 0.15% | - |
| HSV(B) | 154.84º | 0.56% | 0.22% | - |
| XYZ | 2.16 | 3.09 | 2.67 | - |
| YUV | 44.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 42 | 0.56 | 0 | 0.24 | 0.78 | 154.84 | 0.39 | 0.15 |
| Hex | 18 | 37 | 2A | 38 | 0 | 18 | 4E | 9B | 27 | F |
| Octal | 30 | 67 | 52 | 70 | 0 | 30 | 116 | 233 | 47 | 17 |
| Binary | 11000 | 110111 | 101010 | 111000 | 0 | 11000 | 1001110 | 10011011 | 100111 | 1111 |
Color Harmonies of #18372A
Complementary color
Monochromatic Colors of #18372A
Black with #18372A
Text Example
Text Example
White with #18372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18372A; }
p { color: rgb(24,55,42); }
H1.HeaderClassName
{
color: #18372A;
}
.AnyTagClassName
{
color: #18372A;
}
</style>
background-color css
<style>
a { background-color: #18372A; }
a { background-color: rgb(24,55,42); }
div.DivClassName
{
background-color: #18372A;
}
.BgClassName
{
background-color: #18372A;
}
</style>
border-color css
<style>
span { border-color: #18372A; }
span { border-color: rgb(24,55,42); }
td.TdClassName
{
border-color: #18372A;
}
.TagClassName
{
border-color: #18372A;
}
</style>