Shades of Cardin Green #123425
Tints of Cardin Green #123425
RGB
CMYK
RGB Variations
Color information
#123425 (or 0x123425) is known color: Cardin Green. HEX triplet: 12, 34 and 25. RGB value is (18,52,37). Sum of RGB (Red+Green+Blue) = 18+52+37=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #123425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123425 is #EDCBDA. Grayscale: #282828. Windows color (decimal): -15584219 or 2438162. OLE color: 2438162.
HSL color Cylindrical-coordinate representation of color #123425: hue angle of 153.53º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123425 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 52 | 37 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.80 |
| HSL | 153.53º | 0.49% | 0.14% | - |
| HSV(B) | 153.53º | 0.65% | 0.2% | - |
| XYZ | 1.81 | 2.72 | 2.18 | - |
| YUV | 40.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 37 | 0.65 | 0 | 0.29 | 0.80 | 153.53 | 0.49 | 0.14 |
| Hex | 12 | 34 | 25 | 41 | 0 | 1D | 50 | 9A | 31 | E |
| Octal | 22 | 64 | 45 | 101 | 0 | 35 | 120 | 232 | 61 | 16 |
| Binary | 10010 | 110100 | 100101 | 1000001 | 0 | 11101 | 1010000 | 10011010 | 110001 | 1110 |
Color Harmonies of #123425
Complementary color
Monochromatic Colors of #123425
Black with #123425
Text Example
Text Example
White with #123425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123425; }
p { color: rgb(18,52,37); }
H1.HeaderClassName
{
color: #123425;
}
.AnyTagClassName
{
color: #123425;
}
</style>
background-color css
<style>
a { background-color: #123425; }
a { background-color: rgb(18,52,37); }
div.DivClassName
{
background-color: #123425;
}
.BgClassName
{
background-color: #123425;
}
</style>
border-color css
<style>
span { border-color: #123425; }
span { border-color: rgb(18,52,37); }
td.TdClassName
{
border-color: #123425;
}
.TagClassName
{
border-color: #123425;
}
</style>