Shades of Dark Green #10342A
Tints of Dark Green #10342A
RGB
CMYK
RGB Variations
Color information
#10342A (or 0x10342A) is known color: Dark Green. HEX triplet: 10, 34 and 2A. RGB value is (16,52,42). Sum of RGB (Red+Green+Blue) = 16+52+42=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #10342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10342A is #EFCBD5. Grayscale: #282828. Windows color (decimal): -15715286 or 2765840. OLE color: 2765840.
HSL color Cylindrical-coordinate representation of color #10342A: hue angle of 163.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10342A is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 52 | 42 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.80 |
| HSL | 163.33º | 0.53% | 0.13% | - |
| HSV(B) | 163.33º | 0.69% | 0.2% | - |
| XYZ | 1.86 | 2.73 | 2.62 | - |
| YUV | 40.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 42 | 0.69 | 0 | 0.19 | 0.80 | 163.33 | 0.53 | 0.13 |
| Hex | 10 | 34 | 2A | 45 | 0 | 13 | 50 | A3 | 35 | D |
| Octal | 20 | 64 | 52 | 105 | 0 | 23 | 120 | 243 | 65 | 15 |
| Binary | 10000 | 110100 | 101010 | 1000101 | 0 | 10011 | 1010000 | 10100011 | 110101 | 1101 |
Color Harmonies of #10342A
Complementary color
Monochromatic Colors of #10342A
Black with #10342A
Text Example
Text Example
White with #10342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10342A; }
p { color: rgb(16,52,42); }
H1.HeaderClassName
{
color: #10342A;
}
.AnyTagClassName
{
color: #10342A;
}
</style>
background-color css
<style>
a { background-color: #10342A; }
a { background-color: rgb(16,52,42); }
div.DivClassName
{
background-color: #10342A;
}
.BgClassName
{
background-color: #10342A;
}
</style>
border-color css
<style>
span { border-color: #10342A; }
span { border-color: rgb(16,52,42); }
td.TdClassName
{
border-color: #10342A;
}
.TagClassName
{
border-color: #10342A;
}
</style>