Shades of Cardin Green #181D1B
Tints of Cardin Green #181D1B
RGB
CMYK
RGB Variations
Color information
#181D1B (or 0x181D1B) is known color: Cardin Green. HEX triplet: 18, 1D and 1B. RGB value is (24,29,27). Sum of RGB (Red+Green+Blue) = 24+29+27=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 29 - color contains mainly: green. Hex color #181D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D1B is #E7E2E4. Grayscale: #1B1B1B. Windows color (decimal): -15196901 or 1776920. OLE color: 1776920.
HSL color Cylindrical-coordinate representation of color #181D1B: hue angle of 156º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181D1B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
RGB | 24 | 29 | 27 | - |
CMYK | 0.17 | 0 | 0.07 | 0.89 |
HSL | 156º | 0.09% | 0.1% | - |
HSV(B) | 156º | 0.17% | 0.11% | - |
XYZ | 1.01 | 1.15 | 1.21 | - |
YUV | 27.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 29 | 27 | 0.17 | 0 | 0.07 | 0.89 | 156 | 0.09 | 0.1 |
Hex | 18 | 1D | 1B | 11 | 0 | 7 | 59 | 9C | 9 | A |
Octal | 30 | 35 | 33 | 21 | 0 | 7 | 131 | 234 | 11 | 12 |
Binary | 11000 | 11101 | 11011 | 10001 | 0 | 111 | 1011001 | 10011100 | 1001 | 1010 |
Color Harmonies of #181D1B
Complementary color
Monochromatic Colors of #181D1B
Black with #181D1B
Text Example
Text Example
White with #181D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D1B; }
p { color: rgb(24,29,27); }
H1.HeaderClassName
{
color: #181D1B;
}
.AnyTagClassName
{
color: #181D1B;
}
</style>
background-color css
<style>
a { background-color: #181D1B; }
a { background-color: rgb(24,29,27); }
div.DivClassName
{
background-color: #181D1B;
}
.BgClassName
{
background-color: #181D1B;
}
</style>
border-color css
<style>
span { border-color: #181D1B; }
span { border-color: rgb(24,29,27); }
td.TdClassName
{
border-color: #181D1B;
}
.TagClassName
{
border-color: #181D1B;
}
</style>