Shades of Cardin Green #11251B
Tints of Cardin Green #11251B
RGB
CMYK
RGB Variations
Color information
#11251B (or 0x11251B) is known color: Cardin Green. HEX triplet: 11, 25 and 1B. RGB value is (17,37,27). Sum of RGB (Red+Green+Blue) = 17+37+27=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #11251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251B is #EEDAE4. Grayscale: #1D1D1D. Windows color (decimal): -15653605 or 1778961. OLE color: 1778961.
HSL color Cylindrical-coordinate representation of color #11251B: hue angle of 150º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #11251B is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 27 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.85 |
| HSL | 150º | 0.37% | 0.11% | - |
| HSV(B) | 150º | 0.54% | 0.15% | - |
| XYZ | 1.09 | 1.52 | 1.27 | - |
| YUV | 29.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 27 | 0.54 | 0 | 0.27 | 0.85 | 150 | 0.37 | 0.11 |
| Hex | 11 | 25 | 1B | 36 | 0 | 1B | 55 | 96 | 25 | B |
| Octal | 21 | 45 | 33 | 66 | 0 | 33 | 125 | 226 | 45 | 13 |
| Binary | 10001 | 100101 | 11011 | 110110 | 0 | 11011 | 1010101 | 10010110 | 100101 | 1011 |
Color Harmonies of #11251B
Complementary color
Monochromatic Colors of #11251B
Black with #11251B
Text Example
Text Example
White with #11251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11251B; }
p { color: rgb(17,37,27); }
H1.HeaderClassName
{
color: #11251B;
}
.AnyTagClassName
{
color: #11251B;
}
</style>
background-color css
<style>
a { background-color: #11251B; }
a { background-color: rgb(17,37,27); }
div.DivClassName
{
background-color: #11251B;
}
.BgClassName
{
background-color: #11251B;
}
</style>
border-color css
<style>
span { border-color: #11251B; }
span { border-color: rgb(17,37,27); }
td.TdClassName
{
border-color: #11251B;
}
.TagClassName
{
border-color: #11251B;
}
</style>