Shades of Cardin Green #102F20
Tints of Cardin Green #102F20
RGB
CMYK
RGB Variations
Color information
#102F20 (or 0x102F20) is known color: Cardin Green. HEX triplet: 10, 2F and 20. RGB value is (16,47,32). Sum of RGB (Red+Green+Blue) = 16+47+32=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #102F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102F20 is #EFD0DF. Grayscale: #242424. Windows color (decimal): -15716576 or 2109200. OLE color: 2109200.
HSL color Cylindrical-coordinate representation of color #102F20: hue angle of 150.97º 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 #102F20 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 47 | 32 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.82 |
| HSL | 150.97º | 0.49% | 0.12% | - |
| HSV(B) | 150.97º | 0.66% | 0.18% | - |
| XYZ | 1.49 | 2.25 | 1.72 | - |
| YUV | 36.02 | 125.73 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 32 | 0.66 | 0 | 0.32 | 0.82 | 150.97 | 0.49 | 0.12 |
| Hex | 10 | 2F | 20 | 42 | 0 | 20 | 52 | 97 | 31 | C |
| Octal | 20 | 57 | 40 | 102 | 0 | 40 | 122 | 227 | 61 | 14 |
| Binary | 10000 | 101111 | 100000 | 1000010 | 0 | 100000 | 1010010 | 10010111 | 110001 | 1100 |
Color Harmonies of #102F20
Complementary color
Monochromatic Colors of #102F20
Black with #102F20
Text Example
Text Example
White with #102F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F20; }
p { color: rgb(16,47,32); }
H1.HeaderClassName
{
color: #102F20;
}
.AnyTagClassName
{
color: #102F20;
}
</style>
background-color css
<style>
a { background-color: #102F20; }
a { background-color: rgb(16,47,32); }
div.DivClassName
{
background-color: #102F20;
}
.BgClassName
{
background-color: #102F20;
}
</style>
border-color css
<style>
span { border-color: #102F20; }
span { border-color: rgb(16,47,32); }
td.TdClassName
{
border-color: #102F20;
}
.TagClassName
{
border-color: #102F20;
}
</style>