Shades of Cardin Green #142F23
Tints of Cardin Green #142F23
RGB
CMYK
RGB Variations
Color information
#142F23 (or 0x142F23) is known color: Cardin Green. HEX triplet: 14, 2F and 23. RGB value is (20,47,35). Sum of RGB (Red+Green+Blue) = 20+47+35=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #142F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F23 is #EBD0DC. Grayscale: #252525. Windows color (decimal): -15454429 or 2305812. OLE color: 2305812.
HSL color Cylindrical-coordinate representation of color #142F23: hue angle of 153.33º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F23 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 35 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.82 |
| HSL | 153.33º | 0.4% | 0.13% | - |
| HSV(B) | 153.33º | 0.57% | 0.18% | - |
| XYZ | 1.61 | 2.3 | 1.95 | - |
| YUV | 37.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 35 | 0.57 | 0 | 0.26 | 0.82 | 153.33 | 0.4 | 0.13 |
| Hex | 14 | 2F | 23 | 39 | 0 | 1A | 52 | 99 | 28 | D |
| Octal | 24 | 57 | 43 | 71 | 0 | 32 | 122 | 231 | 50 | 15 |
| Binary | 10100 | 101111 | 100011 | 111001 | 0 | 11010 | 1010010 | 10011001 | 101000 | 1101 |
Color Harmonies of #142F23
Complementary color
Monochromatic Colors of #142F23
Black with #142F23
Text Example
Text Example
White with #142F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F23; }
p { color: rgb(20,47,35); }
H1.HeaderClassName
{
color: #142F23;
}
.AnyTagClassName
{
color: #142F23;
}
</style>
background-color css
<style>
a { background-color: #142F23; }
a { background-color: rgb(20,47,35); }
div.DivClassName
{
background-color: #142F23;
}
.BgClassName
{
background-color: #142F23;
}
</style>
border-color css
<style>
span { border-color: #142F23; }
span { border-color: rgb(20,47,35); }
td.TdClassName
{
border-color: #142F23;
}
.TagClassName
{
border-color: #142F23;
}
</style>