Shades of Cardin Green #12251D
Tints of Cardin Green #12251D
RGB
CMYK
RGB Variations
Color information
#12251D (or 0x12251D) is known color: Cardin Green. HEX triplet: 12, 25 and 1D. RGB value is (18,37,29). Sum of RGB (Red+Green+Blue) = 18+37+29=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #12251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251D is #EDDAE2. Grayscale: #1E1E1E. Windows color (decimal): -15588067 or 1910034. OLE color: 1910034.
HSL color Cylindrical-coordinate representation of color #12251D: hue angle of 154.74º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #12251D is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 29 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.85 |
| HSL | 154.74º | 0.35% | 0.11% | - |
| HSV(B) | 154.74º | 0.51% | 0.15% | - |
| XYZ | 1.13 | 1.54 | 1.4 | - |
| YUV | 30.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 29 | 0.51 | 0 | 0.22 | 0.85 | 154.74 | 0.35 | 0.11 |
| Hex | 12 | 25 | 1D | 33 | 0 | 16 | 55 | 9B | 23 | B |
| Octal | 22 | 45 | 35 | 63 | 0 | 26 | 125 | 233 | 43 | 13 |
| Binary | 10010 | 100101 | 11101 | 110011 | 0 | 10110 | 1010101 | 10011011 | 100011 | 1011 |
Color Harmonies of #12251D
Complementary color
Monochromatic Colors of #12251D
Black with #12251D
Text Example
Text Example
White with #12251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12251D; }
p { color: rgb(18,37,29); }
H1.HeaderClassName
{
color: #12251D;
}
.AnyTagClassName
{
color: #12251D;
}
</style>
background-color css
<style>
a { background-color: #12251D; }
a { background-color: rgb(18,37,29); }
div.DivClassName
{
background-color: #12251D;
}
.BgClassName
{
background-color: #12251D;
}
</style>
border-color css
<style>
span { border-color: #12251D; }
span { border-color: rgb(18,37,29); }
td.TdClassName
{
border-color: #12251D;
}
.TagClassName
{
border-color: #12251D;
}
</style>