Shades of Cardin Green #143B2B
Tints of Cardin Green #143B2B
RGB
CMYK
RGB Variations
Color information
#143B2B (or 0x143B2B) is known color: Cardin Green. HEX triplet: 14, 3B and 2B. RGB value is (20,59,43). Sum of RGB (Red+Green+Blue) = 20+59+43=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #143B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B2B is #EBC4D4. Grayscale: #2D2D2D. Windows color (decimal): -15451349 or 2833172. OLE color: 2833172.
HSL color Cylindrical-coordinate representation of color #143B2B: hue angle of 155.38º 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 #143B2B is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 43 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.77 |
| HSL | 155.38º | 0.49% | 0.15% | - |
| HSV(B) | 155.38º | 0.66% | 0.23% | - |
| XYZ | 2.29 | 3.45 | 2.83 | - |
| YUV | 45.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 43 | 0.66 | 0 | 0.27 | 0.77 | 155.38 | 0.49 | 0.15 |
| Hex | 14 | 3B | 2B | 42 | 0 | 1B | 4D | 9B | 31 | F |
| Octal | 24 | 73 | 53 | 102 | 0 | 33 | 115 | 233 | 61 | 17 |
| Binary | 10100 | 111011 | 101011 | 1000010 | 0 | 11011 | 1001101 | 10011011 | 110001 | 1111 |
Color Harmonies of #143B2B
Complementary color
Monochromatic Colors of #143B2B
Black with #143B2B
Text Example
Text Example
White with #143B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B2B; }
p { color: rgb(20,59,43); }
H1.HeaderClassName
{
color: #143B2B;
}
.AnyTagClassName
{
color: #143B2B;
}
</style>
background-color css
<style>
a { background-color: #143B2B; }
a { background-color: rgb(20,59,43); }
div.DivClassName
{
background-color: #143B2B;
}
.BgClassName
{
background-color: #143B2B;
}
</style>
border-color css
<style>
span { border-color: #143B2B; }
span { border-color: rgb(20,59,43); }
td.TdClassName
{
border-color: #143B2B;
}
.TagClassName
{
border-color: #143B2B;
}
</style>