Shades of Cardin Green #12251C
Tints of Cardin Green #12251C
RGB
CMYK
RGB Variations
Color information
#12251C (or 0x12251C) is known color: Cardin Green. HEX triplet: 12, 25 and 1C. RGB value is (18,37,28). Sum of RGB (Red+Green+Blue) = 18+37+28=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #12251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251C is #EDDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15588068 or 1844498. OLE color: 1844498.
HSL color Cylindrical-coordinate representation of color #12251C: hue angle of 151.58º 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 #12251C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 28 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.85 |
| HSL | 151.58º | 0.35% | 0.11% | - |
| HSV(B) | 151.58º | 0.51% | 0.15% | - |
| XYZ | 1.12 | 1.54 | 1.34 | - |
| YUV | 30.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 28 | 0.51 | 0 | 0.24 | 0.85 | 151.58 | 0.35 | 0.11 |
| Hex | 12 | 25 | 1C | 33 | 0 | 18 | 55 | 98 | 23 | B |
| Octal | 22 | 45 | 34 | 63 | 0 | 30 | 125 | 230 | 43 | 13 |
| Binary | 10010 | 100101 | 11100 | 110011 | 0 | 11000 | 1010101 | 10011000 | 100011 | 1011 |
Color Harmonies of #12251C
Complementary color
Monochromatic Colors of #12251C
Black with #12251C
Text Example
Text Example
White with #12251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12251C; }
p { color: rgb(18,37,28); }
H1.HeaderClassName
{
color: #12251C;
}
.AnyTagClassName
{
color: #12251C;
}
</style>
background-color css
<style>
a { background-color: #12251C; }
a { background-color: rgb(18,37,28); }
div.DivClassName
{
background-color: #12251C;
}
.BgClassName
{
background-color: #12251C;
}
</style>
border-color css
<style>
span { border-color: #12251C; }
span { border-color: rgb(18,37,28); }
td.TdClassName
{
border-color: #12251C;
}
.TagClassName
{
border-color: #12251C;
}
</style>