Shades of Cardin Green #10271B
Tints of Cardin Green #10271B
RGB
CMYK
RGB Variations
Color information
#10271B (or 0x10271B) is known color: Cardin Green. HEX triplet: 10, 27 and 1B. RGB value is (16,39,27). Sum of RGB (Red+Green+Blue) = 16+39+27=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #10271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271B is #EFD8E4. Grayscale: #1E1E1E. Windows color (decimal): -15718629 or 1779472. OLE color: 1779472.
HSL color Cylindrical-coordinate representation of color #10271B: hue angle of 148.7º 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 #10271B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 27 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.85 |
| HSL | 148.7º | 0.42% | 0.11% | - |
| HSV(B) | 148.7º | 0.59% | 0.15% | - |
| XYZ | 1.14 | 1.64 | 1.29 | - |
| YUV | 30.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 27 | 0.59 | 0 | 0.31 | 0.85 | 148.7 | 0.42 | 0.11 |
| Hex | 10 | 27 | 1B | 3B | 0 | 1F | 55 | 95 | 2A | B |
| Octal | 20 | 47 | 33 | 73 | 0 | 37 | 125 | 225 | 52 | 13 |
| Binary | 10000 | 100111 | 11011 | 111011 | 0 | 11111 | 1010101 | 10010101 | 101010 | 1011 |
Color Harmonies of #10271B
Complementary color
Monochromatic Colors of #10271B
Black with #10271B
Text Example
Text Example
White with #10271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10271B; }
p { color: rgb(16,39,27); }
H1.HeaderClassName
{
color: #10271B;
}
.AnyTagClassName
{
color: #10271B;
}
</style>
background-color css
<style>
a { background-color: #10271B; }
a { background-color: rgb(16,39,27); }
div.DivClassName
{
background-color: #10271B;
}
.BgClassName
{
background-color: #10271B;
}
</style>
border-color css
<style>
span { border-color: #10271B; }
span { border-color: rgb(16,39,27); }
td.TdClassName
{
border-color: #10271B;
}
.TagClassName
{
border-color: #10271B;
}
</style>