Shades of Dark Green #083925
Tints of Dark Green #083925
RGB
CMYK
RGB Variations
Color information
#083925 (or 0x083925) is known color: Dark Green. HEX triplet: 08, 39 and 25. RGB value is (8,57,37). Sum of RGB (Red+Green+Blue) = 8+57+37=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #083925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083925 is #F7C6DA. Grayscale: #282828. Windows color (decimal): -16238299 or 2439432. OLE color: 2439432.
HSL color Cylindrical-coordinate representation of color #083925: hue angle of 155.51º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083925 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 57 | 37 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.78 |
| HSL | 155.51º | 0.75% | 0.13% | - |
| HSV(B) | 155.51º | 0.86% | 0.22% | - |
| XYZ | 1.9 | 3.11 | 2.25 | - |
| YUV | 40.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 37 | 0.86 | 0 | 0.35 | 0.78 | 155.51 | 0.75 | 0.13 |
| Hex | 8 | 39 | 25 | 56 | 0 | 23 | 4E | 9C | 4B | D |
| Octal | 10 | 71 | 45 | 126 | 0 | 43 | 116 | 234 | 113 | 15 |
| Binary | 1000 | 111001 | 100101 | 1010110 | 0 | 100011 | 1001110 | 10011100 | 1001011 | 1101 |
Color Harmonies of #083925
Complementary color
Monochromatic Colors of #083925
Black with #083925
Text Example
Text Example
White with #083925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083925; }
p { color: rgb(8,57,37); }
H1.HeaderClassName
{
color: #083925;
}
.AnyTagClassName
{
color: #083925;
}
</style>
background-color css
<style>
a { background-color: #083925; }
a { background-color: rgb(8,57,37); }
div.DivClassName
{
background-color: #083925;
}
.BgClassName
{
background-color: #083925;
}
</style>
border-color css
<style>
span { border-color: #083925; }
span { border-color: rgb(8,57,37); }
td.TdClassName
{
border-color: #083925;
}
.TagClassName
{
border-color: #083925;
}
</style>