Shades of Cardin Green #181E1B
Tints of Cardin Green #181E1B
RGB
CMYK
RGB Variations
Color information
#181E1B (or 0x181E1B) is known color: Cardin Green. HEX triplet: 18, 1E and 1B. RGB value is (24,30,27). Sum of RGB (Red+Green+Blue) = 24+30+27=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 30 - color contains mainly: green. Hex color #181E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E1B is #E7E1E4. Grayscale: #1B1B1B. Windows color (decimal): -15196645 or 1777176. OLE color: 1777176.
HSL color Cylindrical-coordinate representation of color #181E1B: hue angle of 150º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #181E1B is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
RGB | 24 | 30 | 27 | - |
CMYK | 0.20 | 0 | 0.10 | 0.88 |
HSL | 150º | 0.11% | 0.11% | - |
HSV(B) | 150º | 0.2% | 0.12% | - |
XYZ | 1.04 | 1.2 | 1.21 | - |
YUV | 27.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 30 | 27 | 0.20 | 0 | 0.10 | 0.88 | 150 | 0.11 | 0.11 |
Hex | 18 | 1E | 1B | 14 | 0 | A | 58 | 96 | B | B |
Octal | 30 | 36 | 33 | 24 | 0 | 12 | 130 | 226 | 13 | 13 |
Binary | 11000 | 11110 | 11011 | 10100 | 0 | 1010 | 1011000 | 10010110 | 1011 | 1011 |
Color Harmonies of #181E1B
Complementary color
Monochromatic Colors of #181E1B
Black with #181E1B
Text Example
Text Example
White with #181E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E1B; }
p { color: rgb(24,30,27); }
H1.HeaderClassName
{
color: #181E1B;
}
.AnyTagClassName
{
color: #181E1B;
}
</style>
background-color css
<style>
a { background-color: #181E1B; }
a { background-color: rgb(24,30,27); }
div.DivClassName
{
background-color: #181E1B;
}
.BgClassName
{
background-color: #181E1B;
}
</style>
border-color css
<style>
span { border-color: #181E1B; }
span { border-color: rgb(24,30,27); }
td.TdClassName
{
border-color: #181E1B;
}
.TagClassName
{
border-color: #181E1B;
}
</style>