Shades of Cardin Green #12241B
Tints of Cardin Green #12241B
RGB
CMYK
RGB Variations
Color information
#12241B (or 0x12241B) is known color: Cardin Green. HEX triplet: 12, 24 and 1B. RGB value is (18,36,27). Sum of RGB (Red+Green+Blue) = 18+36+27=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #12241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12241B is #EDDBE4. Grayscale: #1D1D1D. Windows color (decimal): -15588325 or 1778706. OLE color: 1778706.
HSL color Cylindrical-coordinate representation of color #12241B: hue angle of 150º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12241B is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 27 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.86 |
| HSL | 150º | 0.33% | 0.11% | - |
| HSV(B) | 150º | 0.5% | 0.14% | - |
| XYZ | 1.08 | 1.47 | 1.26 | - |
| YUV | 29.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 27 | 0.5 | 0 | 0.25 | 0.86 | 150 | 0.33 | 0.11 |
| Hex | 12 | 24 | 1B | 32 | 0 | 19 | 56 | 96 | 21 | B |
| Octal | 22 | 44 | 33 | 62 | 0 | 31 | 126 | 226 | 41 | 13 |
| Binary | 10010 | 100100 | 11011 | 110010 | 0 | 11001 | 1010110 | 10010110 | 100001 | 1011 |
Color Harmonies of #12241B
Complementary color
Monochromatic Colors of #12241B
Black with #12241B
Text Example
Text Example
White with #12241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12241B; }
p { color: rgb(18,36,27); }
H1.HeaderClassName
{
color: #12241B;
}
.AnyTagClassName
{
color: #12241B;
}
</style>
background-color css
<style>
a { background-color: #12241B; }
a { background-color: rgb(18,36,27); }
div.DivClassName
{
background-color: #12241B;
}
.BgClassName
{
background-color: #12241B;
}
</style>
border-color css
<style>
span { border-color: #12241B; }
span { border-color: rgb(18,36,27); }
td.TdClassName
{
border-color: #12241B;
}
.TagClassName
{
border-color: #12241B;
}
</style>