Shades of Cardin Green #16271F
Tints of Cardin Green #16271F
RGB
CMYK
RGB Variations
Color information
#16271F (or 0x16271F) is known color: Cardin Green. HEX triplet: 16, 27 and 1F. RGB value is (22,39,31). Sum of RGB (Red+Green+Blue) = 22+39+31=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #16271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16271F is #E9D8E0. Grayscale: #212121. Windows color (decimal): -15325409 or 2041622. OLE color: 2041622.
HSL color Cylindrical-coordinate representation of color #16271F: hue angle of 151.76º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #16271F is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 31 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.85 |
| HSL | 151.76º | 0.28% | 0.12% | - |
| HSV(B) | 151.76º | 0.44% | 0.15% | - |
| XYZ | 1.3 | 1.72 | 1.56 | - |
| YUV | 33.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 31 | 0.44 | 0 | 0.21 | 0.85 | 151.76 | 0.28 | 0.12 |
| Hex | 16 | 27 | 1F | 2C | 0 | 15 | 55 | 98 | 1C | C |
| Octal | 26 | 47 | 37 | 54 | 0 | 25 | 125 | 230 | 34 | 14 |
| Binary | 10110 | 100111 | 11111 | 101100 | 0 | 10101 | 1010101 | 10011000 | 11100 | 1100 |
Color Harmonies of #16271F
Complementary color
Monochromatic Colors of #16271F
Black with #16271F
Text Example
Text Example
White with #16271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16271F; }
p { color: rgb(22,39,31); }
H1.HeaderClassName
{
color: #16271F;
}
.AnyTagClassName
{
color: #16271F;
}
</style>
background-color css
<style>
a { background-color: #16271F; }
a { background-color: rgb(22,39,31); }
div.DivClassName
{
background-color: #16271F;
}
.BgClassName
{
background-color: #16271F;
}
</style>
border-color css
<style>
span { border-color: #16271F; }
span { border-color: rgb(22,39,31); }
td.TdClassName
{
border-color: #16271F;
}
.TagClassName
{
border-color: #16271F;
}
</style>