Shades of Cardin Green #10281C
Tints of Cardin Green #10281C
RGB
CMYK
RGB Variations
Color information
#10281C (or 0x10281C) is known color: Cardin Green. HEX triplet: 10, 28 and 1C. RGB value is (16,40,28). Sum of RGB (Red+Green+Blue) = 16+40+28=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #10281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10281C is #EFD7E3. Grayscale: #1F1F1F. Windows color (decimal): -15718372 or 1845264. OLE color: 1845264.
HSL color Cylindrical-coordinate representation of color #10281C: hue angle of 150º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #10281C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 28 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.84 |
| HSL | 150º | 0.43% | 0.11% | - |
| HSV(B) | 150º | 0.6% | 0.16% | - |
| XYZ | 1.18 | 1.71 | 1.37 | - |
| YUV | 31.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 28 | 0.60 | 0 | 0.30 | 0.84 | 150 | 0.43 | 0.11 |
| Hex | 10 | 28 | 1C | 3C | 0 | 1E | 54 | 96 | 2B | B |
| Octal | 20 | 50 | 34 | 74 | 0 | 36 | 124 | 226 | 53 | 13 |
| Binary | 10000 | 101000 | 11100 | 111100 | 0 | 11110 | 1010100 | 10010110 | 101011 | 1011 |
Color Harmonies of #10281C
Complementary color
Monochromatic Colors of #10281C
Black with #10281C
Text Example
Text Example
White with #10281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10281C; }
p { color: rgb(16,40,28); }
H1.HeaderClassName
{
color: #10281C;
}
.AnyTagClassName
{
color: #10281C;
}
</style>
background-color css
<style>
a { background-color: #10281C; }
a { background-color: rgb(16,40,28); }
div.DivClassName
{
background-color: #10281C;
}
.BgClassName
{
background-color: #10281C;
}
</style>
border-color css
<style>
span { border-color: #10281C; }
span { border-color: rgb(16,40,28); }
td.TdClassName
{
border-color: #10281C;
}
.TagClassName
{
border-color: #10281C;
}
</style>