Shades of Cardin Green #143A27
Tints of Cardin Green #143A27
RGB
CMYK
RGB Variations
Color information
#143A27 (or 0x143A27) is known color: Cardin Green. HEX triplet: 14, 3A and 27. RGB value is (20,58,39). Sum of RGB (Red+Green+Blue) = 20+58+39=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #143A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A27 is #EBC5D8. Grayscale: #2C2C2C. Windows color (decimal): -15451609 or 2570772. OLE color: 2570772.
HSL color Cylindrical-coordinate representation of color #143A27: hue angle of 150º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A27 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 58 | 39 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.77 |
| HSL | 150º | 0.49% | 0.15% | - |
| HSV(B) | 150º | 0.66% | 0.23% | - |
| XYZ | 2.17 | 3.32 | 2.45 | - |
| YUV | 44.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 39 | 0.66 | 0 | 0.33 | 0.77 | 150 | 0.49 | 0.15 |
| Hex | 14 | 3A | 27 | 42 | 0 | 21 | 4D | 96 | 31 | F |
| Octal | 24 | 72 | 47 | 102 | 0 | 41 | 115 | 226 | 61 | 17 |
| Binary | 10100 | 111010 | 100111 | 1000010 | 0 | 100001 | 1001101 | 10010110 | 110001 | 1111 |
Color Harmonies of #143A27
Complementary color
Monochromatic Colors of #143A27
Black with #143A27
Text Example
Text Example
White with #143A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A27; }
p { color: rgb(20,58,39); }
H1.HeaderClassName
{
color: #143A27;
}
.AnyTagClassName
{
color: #143A27;
}
</style>
background-color css
<style>
a { background-color: #143A27; }
a { background-color: rgb(20,58,39); }
div.DivClassName
{
background-color: #143A27;
}
.BgClassName
{
background-color: #143A27;
}
</style>
border-color css
<style>
span { border-color: #143A27; }
span { border-color: rgb(20,58,39); }
td.TdClassName
{
border-color: #143A27;
}
.TagClassName
{
border-color: #143A27;
}
</style>