Shades of Cardin Green #18241F
Tints of Cardin Green #18241F
RGB
CMYK
RGB Variations
Color information
#18241F (or 0x18241F) is known color: Cardin Green. HEX triplet: 18, 24 and 1F. RGB value is (24,36,31). Sum of RGB (Red+Green+Blue) = 24+36+31=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #18241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18241F is #E7DBE0. Grayscale: #1F1F1F. Windows color (decimal): -15195105 or 2040856. OLE color: 2040856.
HSL color Cylindrical-coordinate representation of color #18241F: hue angle of 155º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #18241F is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 36 | 31 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.86 |
| HSL | 155º | 0.2% | 0.12% | - |
| HSV(B) | 155º | 0.33% | 0.14% | - |
| XYZ | 1.25 | 1.55 | 1.53 | - |
| YUV | 31.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 31 | 0.33 | 0 | 0.14 | 0.86 | 155 | 0.2 | 0.12 |
| Hex | 18 | 24 | 1F | 21 | 0 | E | 56 | 9B | 14 | C |
| Octal | 30 | 44 | 37 | 41 | 0 | 16 | 126 | 233 | 24 | 14 |
| Binary | 11000 | 100100 | 11111 | 100001 | 0 | 1110 | 1010110 | 10011011 | 10100 | 1100 |
Color Harmonies of #18241F
Complementary color
Monochromatic Colors of #18241F
Black with #18241F
Text Example
Text Example
White with #18241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18241F; }
p { color: rgb(24,36,31); }
H1.HeaderClassName
{
color: #18241F;
}
.AnyTagClassName
{
color: #18241F;
}
</style>
background-color css
<style>
a { background-color: #18241F; }
a { background-color: rgb(24,36,31); }
div.DivClassName
{
background-color: #18241F;
}
.BgClassName
{
background-color: #18241F;
}
</style>
border-color css
<style>
span { border-color: #18241F; }
span { border-color: rgb(24,36,31); }
td.TdClassName
{
border-color: #18241F;
}
.TagClassName
{
border-color: #18241F;
}
</style>