Shades of Cardin Green #18261F
Tints of Cardin Green #18261F
RGB
CMYK
RGB Variations
Color information
#18261F (or 0x18261F) is known color: Cardin Green. HEX triplet: 18, 26 and 1F. RGB value is (24,38,31). Sum of RGB (Red+Green+Blue) = 24+38+31=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #18261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18261F is #E7D9E0. Grayscale: #212121. Windows color (decimal): -15194593 or 2041368. OLE color: 2041368.
HSL color Cylindrical-coordinate representation of color #18261F: hue angle of 150º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #18261F is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 31 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.85 |
| HSL | 150º | 0.23% | 0.12% | - |
| HSV(B) | 150º | 0.37% | 0.15% | - |
| XYZ | 1.32 | 1.68 | 1.55 | - |
| YUV | 33.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 31 | 0.37 | 0 | 0.18 | 0.85 | 150 | 0.23 | 0.12 |
| Hex | 18 | 26 | 1F | 25 | 0 | 12 | 55 | 96 | 17 | C |
| Octal | 30 | 46 | 37 | 45 | 0 | 22 | 125 | 226 | 27 | 14 |
| Binary | 11000 | 100110 | 11111 | 100101 | 0 | 10010 | 1010101 | 10010110 | 10111 | 1100 |
Color Harmonies of #18261F
Complementary color
Monochromatic Colors of #18261F
Black with #18261F
Text Example
Text Example
White with #18261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18261F; }
p { color: rgb(24,38,31); }
H1.HeaderClassName
{
color: #18261F;
}
.AnyTagClassName
{
color: #18261F;
}
</style>
background-color css
<style>
a { background-color: #18261F; }
a { background-color: rgb(24,38,31); }
div.DivClassName
{
background-color: #18261F;
}
.BgClassName
{
background-color: #18261F;
}
</style>
border-color css
<style>
span { border-color: #18261F; }
span { border-color: rgb(24,38,31); }
td.TdClassName
{
border-color: #18261F;
}
.TagClassName
{
border-color: #18261F;
}
</style>