Shades of Cardin Green #102F1F
Tints of Cardin Green #102F1F
RGB
CMYK
RGB Variations
Color information
#102F1F (or 0x102F1F) is known color: Cardin Green. HEX triplet: 10, 2F and 1F. RGB value is (16,47,31). Sum of RGB (Red+Green+Blue) = 16+47+31=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #102F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F1F is #EFD0E0. Grayscale: #232323. Windows color (decimal): -15716577 or 2043664. OLE color: 2043664.
HSL color Cylindrical-coordinate representation of color #102F1F: hue angle of 149.03º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F1F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 31 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.82 |
| HSL | 149.03º | 0.49% | 0.12% | - |
| HSV(B) | 149.03º | 0.66% | 0.18% | - |
| XYZ | 1.48 | 2.24 | 1.65 | - |
| YUV | 35.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 31 | 0.66 | 0 | 0.34 | 0.82 | 149.03 | 0.49 | 0.12 |
| Hex | 10 | 2F | 1F | 42 | 0 | 22 | 52 | 95 | 31 | C |
| Octal | 20 | 57 | 37 | 102 | 0 | 42 | 122 | 225 | 61 | 14 |
| Binary | 10000 | 101111 | 11111 | 1000010 | 0 | 100010 | 1010010 | 10010101 | 110001 | 1100 |
Color Harmonies of #102F1F
Complementary color
Monochromatic Colors of #102F1F
Black with #102F1F
Text Example
Text Example
White with #102F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F1F; }
p { color: rgb(16,47,31); }
H1.HeaderClassName
{
color: #102F1F;
}
.AnyTagClassName
{
color: #102F1F;
}
</style>
background-color css
<style>
a { background-color: #102F1F; }
a { background-color: rgb(16,47,31); }
div.DivClassName
{
background-color: #102F1F;
}
.BgClassName
{
background-color: #102F1F;
}
</style>
border-color css
<style>
span { border-color: #102F1F; }
span { border-color: rgb(16,47,31); }
td.TdClassName
{
border-color: #102F1F;
}
.TagClassName
{
border-color: #102F1F;
}
</style>