Shades of Cardin Green #10301F
Tints of Cardin Green #10301F
RGB
CMYK
RGB Variations
Color information
#10301F (or 0x10301F) is known color: Cardin Green. HEX triplet: 10, 30 and 1F. RGB value is (16,48,31). Sum of RGB (Red+Green+Blue) = 16+48+31=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #10301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10301F is #EFCFE0. Grayscale: #242424. Windows color (decimal): -15716321 or 2043920. OLE color: 2043920.
HSL color Cylindrical-coordinate representation of color #10301F: hue angle of 148.12º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10301F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 48 | 31 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.81 |
| HSL | 148.13º | 0.5% | 0.13% | - |
| HSV(B) | 148.13º | 0.67% | 0.19% | - |
| XYZ | 1.52 | 2.32 | 1.66 | - |
| YUV | 36.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 31 | 0.67 | 0 | 0.35 | 0.81 | 148.13 | 0.5 | 0.13 |
| Hex | 10 | 30 | 1F | 43 | 0 | 23 | 51 | 94 | 32 | D |
| Octal | 20 | 60 | 37 | 103 | 0 | 43 | 121 | 224 | 62 | 15 |
| Binary | 10000 | 110000 | 11111 | 1000011 | 0 | 100011 | 1010001 | 10010100 | 110010 | 1101 |
Color Harmonies of #10301F
Complementary color
Monochromatic Colors of #10301F
Black with #10301F
Text Example
Text Example
White with #10301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10301F; }
p { color: rgb(16,48,31); }
H1.HeaderClassName
{
color: #10301F;
}
.AnyTagClassName
{
color: #10301F;
}
</style>
background-color css
<style>
a { background-color: #10301F; }
a { background-color: rgb(16,48,31); }
div.DivClassName
{
background-color: #10301F;
}
.BgClassName
{
background-color: #10301F;
}
</style>
border-color css
<style>
span { border-color: #10301F; }
span { border-color: rgb(16,48,31); }
td.TdClassName
{
border-color: #10301F;
}
.TagClassName
{
border-color: #10301F;
}
</style>