Shades of Cardin Green #11251A
Tints of Cardin Green #11251A
RGB
CMYK
RGB Variations
Color information
#11251A (or 0x11251A) is known color: Cardin Green. HEX triplet: 11, 25 and 1A. RGB value is (17,37,26). Sum of RGB (Red+Green+Blue) = 17+37+26=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #11251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251A is #EEDAE5. Grayscale: #1D1D1D. Windows color (decimal): -15653606 or 1713425. OLE color: 1713425.
HSL color Cylindrical-coordinate representation of color #11251A: hue angle of 147º 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 #11251A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 26 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.85 |
| HSL | 147º | 0.37% | 0.11% | - |
| HSV(B) | 147º | 0.54% | 0.15% | - |
| XYZ | 1.08 | 1.52 | 1.21 | - |
| YUV | 29.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 26 | 0.54 | 0 | 0.30 | 0.85 | 147 | 0.37 | 0.11 |
| Hex | 11 | 25 | 1A | 36 | 0 | 1E | 55 | 93 | 25 | B |
| Octal | 21 | 45 | 32 | 66 | 0 | 36 | 125 | 223 | 45 | 13 |
| Binary | 10001 | 100101 | 11010 | 110110 | 0 | 11110 | 1010101 | 10010011 | 100101 | 1011 |
Color Harmonies of #11251A
Complementary color
Monochromatic Colors of #11251A
Black with #11251A
Text Example
Text Example
White with #11251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11251A; }
p { color: rgb(17,37,26); }
H1.HeaderClassName
{
color: #11251A;
}
.AnyTagClassName
{
color: #11251A;
}
</style>
background-color css
<style>
a { background-color: #11251A; }
a { background-color: rgb(17,37,26); }
div.DivClassName
{
background-color: #11251A;
}
.BgClassName
{
background-color: #11251A;
}
</style>
border-color css
<style>
span { border-color: #11251A; }
span { border-color: rgb(17,37,26); }
td.TdClassName
{
border-color: #11251A;
}
.TagClassName
{
border-color: #11251A;
}
</style>