Shades of Cardin Green #143928
Tints of Cardin Green #143928
RGB
CMYK
RGB Variations
Color information
#143928 (or 0x143928) is known color: Cardin Green. HEX triplet: 14, 39 and 28. RGB value is (20,57,40). Sum of RGB (Red+Green+Blue) = 20+57+40=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #143928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143928 is #EBC6D7. Grayscale: #2C2C2C. Windows color (decimal): -15451864 or 2636052. OLE color: 2636052.
HSL color Cylindrical-coordinate representation of color #143928: hue angle of 152.43º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143928 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 57 | 40 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.78 |
| HSL | 152.43º | 0.48% | 0.15% | - |
| HSV(B) | 152.43º | 0.65% | 0.22% | - |
| XYZ | 2.13 | 3.23 | 2.52 | - |
| YUV | 44 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 40 | 0.65 | 0 | 0.30 | 0.78 | 152.43 | 0.48 | 0.15 |
| Hex | 14 | 39 | 28 | 41 | 0 | 1E | 4E | 98 | 30 | F |
| Octal | 24 | 71 | 50 | 101 | 0 | 36 | 116 | 230 | 60 | 17 |
| Binary | 10100 | 111001 | 101000 | 1000001 | 0 | 11110 | 1001110 | 10011000 | 110000 | 1111 |
Color Harmonies of #143928
Complementary color
Monochromatic Colors of #143928
Black with #143928
Text Example
Text Example
White with #143928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143928; }
p { color: rgb(20,57,40); }
H1.HeaderClassName
{
color: #143928;
}
.AnyTagClassName
{
color: #143928;
}
</style>
background-color css
<style>
a { background-color: #143928; }
a { background-color: rgb(20,57,40); }
div.DivClassName
{
background-color: #143928;
}
.BgClassName
{
background-color: #143928;
}
</style>
border-color css
<style>
span { border-color: #143928; }
span { border-color: rgb(20,57,40); }
td.TdClassName
{
border-color: #143928;
}
.TagClassName
{
border-color: #143928;
}
</style>