Shades of Cardin Green #142F25
Tints of Cardin Green #142F25
RGB
CMYK
RGB Variations
Color information
#142F25 (or 0x142F25) is known color: Cardin Green. HEX triplet: 14, 2F and 25. RGB value is (20,47,37). Sum of RGB (Red+Green+Blue) = 20+47+37=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #142F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F25 is #EBD0DA. Grayscale: #252525. Windows color (decimal): -15454427 or 2436884. OLE color: 2436884.
HSL color Cylindrical-coordinate representation of color #142F25: hue angle of 157.78º 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 #142F25 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 37 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.82 |
| HSL | 157.78º | 0.4% | 0.13% | - |
| HSV(B) | 157.78º | 0.57% | 0.18% | - |
| XYZ | 1.64 | 2.32 | 2.11 | - |
| YUV | 37.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 37 | 0.57 | 0 | 0.21 | 0.82 | 157.78 | 0.4 | 0.13 |
| Hex | 14 | 2F | 25 | 39 | 0 | 15 | 52 | 9E | 28 | D |
| Octal | 24 | 57 | 45 | 71 | 0 | 25 | 122 | 236 | 50 | 15 |
| Binary | 10100 | 101111 | 100101 | 111001 | 0 | 10101 | 1010010 | 10011110 | 101000 | 1101 |
Color Harmonies of #142F25
Complementary color
Monochromatic Colors of #142F25
Black with #142F25
Text Example
Text Example
White with #142F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F25; }
p { color: rgb(20,47,37); }
H1.HeaderClassName
{
color: #142F25;
}
.AnyTagClassName
{
color: #142F25;
}
</style>
background-color css
<style>
a { background-color: #142F25; }
a { background-color: rgb(20,47,37); }
div.DivClassName
{
background-color: #142F25;
}
.BgClassName
{
background-color: #142F25;
}
</style>
border-color css
<style>
span { border-color: #142F25; }
span { border-color: rgb(20,47,37); }
td.TdClassName
{
border-color: #142F25;
}
.TagClassName
{
border-color: #142F25;
}
</style>