Shades of Cardin Green #102A1B
Tints of Cardin Green #102A1B
RGB
CMYK
RGB Variations
Color information
#102A1B (or 0x102A1B) is known color: Cardin Green. HEX triplet: 10, 2A and 1B. RGB value is (16,42,27). Sum of RGB (Red+Green+Blue) = 16+42+27=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 42 (16.80% from 255 or 49.41% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 42 - color contains mainly: green. Hex color #102A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102A1B is #EFD5E4. Grayscale: #202020. Windows color (decimal): -15717861 or 1780240. OLE color: 1780240.
HSL color Cylindrical-coordinate representation of color #102A1B: hue angle of 145.38º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #102A1B is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 42 | 27 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.84 |
| HSL | 145.38º | 0.45% | 0.11% | - |
| HSV(B) | 145.38º | 0.62% | 0.16% | - |
| XYZ | 1.24 | 1.85 | 1.33 | - |
| YUV | 32.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 27 | 0.62 | 0 | 0.36 | 0.84 | 145.38 | 0.45 | 0.11 |
| Hex | 10 | 2A | 1B | 3E | 0 | 24 | 54 | 91 | 2D | B |
| Octal | 20 | 52 | 33 | 76 | 0 | 44 | 124 | 221 | 55 | 13 |
| Binary | 10000 | 101010 | 11011 | 111110 | 0 | 100100 | 1010100 | 10010001 | 101101 | 1011 |
Color Harmonies of #102A1B
Complementary color
Monochromatic Colors of #102A1B
Black with #102A1B
Text Example
Text Example
White with #102A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A1B; }
p { color: rgb(16,42,27); }
H1.HeaderClassName
{
color: #102A1B;
}
.AnyTagClassName
{
color: #102A1B;
}
</style>
background-color css
<style>
a { background-color: #102A1B; }
a { background-color: rgb(16,42,27); }
div.DivClassName
{
background-color: #102A1B;
}
.BgClassName
{
background-color: #102A1B;
}
</style>
border-color css
<style>
span { border-color: #102A1B; }
span { border-color: rgb(16,42,27); }
td.TdClassName
{
border-color: #102A1B;
}
.TagClassName
{
border-color: #102A1B;
}
</style>