Shades of Dark Green #102D25
Tints of Dark Green #102D25
RGB
CMYK
RGB Variations
Color information
#102D25 (or 0x102D25) is known color: Dark Green. HEX triplet: 10, 2D and 25. RGB value is (16,45,37). Sum of RGB (Red+Green+Blue) = 16+45+37=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #102D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D25 is #EFD2DA. Grayscale: #232323. Windows color (decimal): -15717083 or 2436368. OLE color: 2436368.
HSL color Cylindrical-coordinate representation of color #102D25: hue angle of 163.45º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102D25 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 45 | 37 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.82 |
| HSL | 163.45º | 0.48% | 0.12% | - |
| HSV(B) | 163.45º | 0.64% | 0.18% | - |
| XYZ | 1.49 | 2.12 | 2.08 | - |
| YUV | 35.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 37 | 0.64 | 0 | 0.18 | 0.82 | 163.45 | 0.48 | 0.12 |
| Hex | 10 | 2D | 25 | 40 | 0 | 12 | 52 | A3 | 30 | C |
| Octal | 20 | 55 | 45 | 100 | 0 | 22 | 122 | 243 | 60 | 14 |
| Binary | 10000 | 101101 | 100101 | 1000000 | 0 | 10010 | 1010010 | 10100011 | 110000 | 1100 |
Color Harmonies of #102D25
Complementary color
Monochromatic Colors of #102D25
Black with #102D25
Text Example
Text Example
White with #102D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D25; }
p { color: rgb(16,45,37); }
H1.HeaderClassName
{
color: #102D25;
}
.AnyTagClassName
{
color: #102D25;
}
</style>
background-color css
<style>
a { background-color: #102D25; }
a { background-color: rgb(16,45,37); }
div.DivClassName
{
background-color: #102D25;
}
.BgClassName
{
background-color: #102D25;
}
</style>
border-color css
<style>
span { border-color: #102D25; }
span { border-color: rgb(16,45,37); }
td.TdClassName
{
border-color: #102D25;
}
.TagClassName
{
border-color: #102D25;
}
</style>