Shades of Cardin Green #18251E
Tints of Cardin Green #18251E
RGB
CMYK
RGB Variations
Color information
#18251E (or 0x18251E) is known color: Cardin Green. HEX triplet: 18, 25 and 1E. RGB value is (24,37,30). Sum of RGB (Red+Green+Blue) = 24+37+30=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #18251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18251E is #E7DAE1. Grayscale: #202020. Windows color (decimal): -15194850 or 1975576. OLE color: 1975576.
HSL color Cylindrical-coordinate representation of color #18251E: hue angle of 147.69º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #18251E is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 37 | 30 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.85 |
| HSL | 147.69º | 0.21% | 0.12% | - |
| HSV(B) | 147.69º | 0.35% | 0.15% | - |
| XYZ | 1.27 | 1.61 | 1.47 | - |
| YUV | 32.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 37 | 30 | 0.35 | 0 | 0.19 | 0.85 | 147.69 | 0.21 | 0.12 |
| Hex | 18 | 25 | 1E | 23 | 0 | 13 | 55 | 94 | 15 | C |
| Octal | 30 | 45 | 36 | 43 | 0 | 23 | 125 | 224 | 25 | 14 |
| Binary | 11000 | 100101 | 11110 | 100011 | 0 | 10011 | 1010101 | 10010100 | 10101 | 1100 |
Color Harmonies of #18251E
Complementary color
Monochromatic Colors of #18251E
Black with #18251E
Text Example
Text Example
White with #18251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18251E; }
p { color: rgb(24,37,30); }
H1.HeaderClassName
{
color: #18251E;
}
.AnyTagClassName
{
color: #18251E;
}
</style>
background-color css
<style>
a { background-color: #18251E; }
a { background-color: rgb(24,37,30); }
div.DivClassName
{
background-color: #18251E;
}
.BgClassName
{
background-color: #18251E;
}
</style>
border-color css
<style>
span { border-color: #18251E; }
span { border-color: rgb(24,37,30); }
td.TdClassName
{
border-color: #18251E;
}
.TagClassName
{
border-color: #18251E;
}
</style>