Shades of Cardin Green #102F21
Tints of Cardin Green #102F21
RGB
CMYK
RGB Variations
Color information
#102F21 (or 0x102F21) is known color: Cardin Green. HEX triplet: 10, 2F and 21. RGB value is (16,47,33). Sum of RGB (Red+Green+Blue) = 16+47+33=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #102F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F21 is #EFD0DE. Grayscale: #242424. Windows color (decimal): -15716575 or 2174736. OLE color: 2174736.
HSL color Cylindrical-coordinate representation of color #102F21: hue angle of 152.9º 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 #102F21 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 33 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.82 |
| HSL | 152.9º | 0.49% | 0.12% | - |
| HSV(B) | 152.9º | 0.66% | 0.18% | - |
| XYZ | 1.5 | 2.25 | 1.79 | - |
| YUV | 36.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 33 | 0.66 | 0 | 0.30 | 0.82 | 152.9 | 0.49 | 0.12 |
| Hex | 10 | 2F | 21 | 42 | 0 | 1E | 52 | 99 | 31 | C |
| Octal | 20 | 57 | 41 | 102 | 0 | 36 | 122 | 231 | 61 | 14 |
| Binary | 10000 | 101111 | 100001 | 1000010 | 0 | 11110 | 1010010 | 10011001 | 110001 | 1100 |
Color Harmonies of #102F21
Complementary color
Monochromatic Colors of #102F21
Black with #102F21
Text Example
Text Example
White with #102F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F21; }
p { color: rgb(16,47,33); }
H1.HeaderClassName
{
color: #102F21;
}
.AnyTagClassName
{
color: #102F21;
}
</style>
background-color css
<style>
a { background-color: #102F21; }
a { background-color: rgb(16,47,33); }
div.DivClassName
{
background-color: #102F21;
}
.BgClassName
{
background-color: #102F21;
}
</style>
border-color css
<style>
span { border-color: #102F21; }
span { border-color: rgb(16,47,33); }
td.TdClassName
{
border-color: #102F21;
}
.TagClassName
{
border-color: #102F21;
}
</style>