Shades of Cardin Green #10251B
Tints of Cardin Green #10251B
RGB
CMYK
RGB Variations
Color information
#10251B (or 0x10251B) is known color: Cardin Green. HEX triplet: 10, 25 and 1B. RGB value is (16,37,27). Sum of RGB (Red+Green+Blue) = 16+37+27=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #10251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10251B is #EFDAE4. Grayscale: #1D1D1D. Windows color (decimal): -15719141 or 1778960. OLE color: 1778960.
HSL color Cylindrical-coordinate representation of color #10251B: hue angle of 151.43º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #10251B is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 37 | 27 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.85 |
| HSL | 151.43º | 0.4% | 0.1% | - |
| HSV(B) | 151.43º | 0.57% | 0.15% | - |
| XYZ | 1.07 | 1.51 | 1.27 | - |
| YUV | 29.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 37 | 27 | 0.57 | 0 | 0.27 | 0.85 | 151.43 | 0.4 | 0.1 |
| Hex | 10 | 25 | 1B | 39 | 0 | 1B | 55 | 97 | 28 | A |
| Octal | 20 | 45 | 33 | 71 | 0 | 33 | 125 | 227 | 50 | 12 |
| Binary | 10000 | 100101 | 11011 | 111001 | 0 | 11011 | 1010101 | 10010111 | 101000 | 1010 |
Color Harmonies of #10251B
Complementary color
Monochromatic Colors of #10251B
Black with #10251B
Text Example
Text Example
White with #10251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10251B; }
p { color: rgb(16,37,27); }
H1.HeaderClassName
{
color: #10251B;
}
.AnyTagClassName
{
color: #10251B;
}
</style>
background-color css
<style>
a { background-color: #10251B; }
a { background-color: rgb(16,37,27); }
div.DivClassName
{
background-color: #10251B;
}
.BgClassName
{
background-color: #10251B;
}
</style>
border-color css
<style>
span { border-color: #10251B; }
span { border-color: rgb(16,37,27); }
td.TdClassName
{
border-color: #10251B;
}
.TagClassName
{
border-color: #10251B;
}
</style>