Shades of Cardin Green #10271A
Tints of Cardin Green #10271A
RGB
CMYK
RGB Variations
Color information
#10271A (or 0x10271A) is known color: Cardin Green. HEX triplet: 10, 27 and 1A. RGB value is (16,39,26). Sum of RGB (Red+Green+Blue) = 16+39+26=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #10271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271A is #EFD8E5. Grayscale: #1E1E1E. Windows color (decimal): -15718630 or 1713936. OLE color: 1713936.
HSL color Cylindrical-coordinate representation of color #10271A: hue angle of 146.09º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #10271A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 26 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.85 |
| HSL | 146.09º | 0.42% | 0.11% | - |
| HSV(B) | 146.09º | 0.59% | 0.15% | - |
| XYZ | 1.13 | 1.64 | 1.23 | - |
| YUV | 30.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 26 | 0.59 | 0 | 0.33 | 0.85 | 146.09 | 0.42 | 0.11 |
| Hex | 10 | 27 | 1A | 3B | 0 | 21 | 55 | 92 | 2A | B |
| Octal | 20 | 47 | 32 | 73 | 0 | 41 | 125 | 222 | 52 | 13 |
| Binary | 10000 | 100111 | 11010 | 111011 | 0 | 100001 | 1010101 | 10010010 | 101010 | 1011 |
Color Harmonies of #10271A
Complementary color
Monochromatic Colors of #10271A
Black with #10271A
Text Example
Text Example
White with #10271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10271A; }
p { color: rgb(16,39,26); }
H1.HeaderClassName
{
color: #10271A;
}
.AnyTagClassName
{
color: #10271A;
}
</style>
background-color css
<style>
a { background-color: #10271A; }
a { background-color: rgb(16,39,26); }
div.DivClassName
{
background-color: #10271A;
}
.BgClassName
{
background-color: #10271A;
}
</style>
border-color css
<style>
span { border-color: #10271A; }
span { border-color: rgb(16,39,26); }
td.TdClassName
{
border-color: #10271A;
}
.TagClassName
{
border-color: #10271A;
}
</style>