Shades of Cardin Green #12392B
Tints of Cardin Green #12392B
RGB
CMYK
RGB Variations
Color information
#12392B (or 0x12392B) is known color: Cardin Green. HEX triplet: 12, 39 and 2B. RGB value is (18,57,43). Sum of RGB (Red+Green+Blue) = 18+57+43=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #12392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392B is #EDC6D4. Grayscale: #2B2B2B. Windows color (decimal): -15582933 or 2832658. OLE color: 2832658.
HSL color Cylindrical-coordinate representation of color #12392B: hue angle of 158.46º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12392B is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 57 | 43 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.78 |
| HSL | 158.46º | 0.52% | 0.15% | - |
| HSV(B) | 158.46º | 0.68% | 0.22% | - |
| XYZ | 2.15 | 3.23 | 2.8 | - |
| YUV | 43.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 43 | 0.68 | 0 | 0.25 | 0.78 | 158.46 | 0.52 | 0.15 |
| Hex | 12 | 39 | 2B | 44 | 0 | 19 | 4E | 9E | 34 | F |
| Octal | 22 | 71 | 53 | 104 | 0 | 31 | 116 | 236 | 64 | 17 |
| Binary | 10010 | 111001 | 101011 | 1000100 | 0 | 11001 | 1001110 | 10011110 | 110100 | 1111 |
Color Harmonies of #12392B
Complementary color
Monochromatic Colors of #12392B
Black with #12392B
Text Example
Text Example
White with #12392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12392B; }
p { color: rgb(18,57,43); }
H1.HeaderClassName
{
color: #12392B;
}
.AnyTagClassName
{
color: #12392B;
}
</style>
background-color css
<style>
a { background-color: #12392B; }
a { background-color: rgb(18,57,43); }
div.DivClassName
{
background-color: #12392B;
}
.BgClassName
{
background-color: #12392B;
}
</style>
border-color css
<style>
span { border-color: #12392B; }
span { border-color: rgb(18,57,43); }
td.TdClassName
{
border-color: #12392B;
}
.TagClassName
{
border-color: #12392B;
}
</style>