Shades of Dark Green #033925
Tints of Dark Green #033925
RGB
CMYK
RGB Variations
Color information
#033925 (or 0x033925) is known color: Dark Green. HEX triplet: 03, 39 and 25. RGB value is (3,57,37). Sum of RGB (Red+Green+Blue) = 3+57+37=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 57 (22.66% from 255 or 58.76% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 57 - color contains mainly: green. Hex color #033925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033925 is #FCC6DA. Grayscale: #262626. Windows color (decimal): -16565979 or 2439427. OLE color: 2439427.
HSL color Cylindrical-coordinate representation of color #033925: hue angle of 157.78º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033925 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 37 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.78 |
| HSL | 157.78º | 0.9% | 0.12% | - |
| HSV(B) | 157.78º | 0.95% | 0.22% | - |
| XYZ | 1.83 | 3.08 | 2.25 | - |
| YUV | 38.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 37 | 0.95 | 0 | 0.35 | 0.78 | 157.78 | 0.9 | 0.12 |
| Hex | 3 | 39 | 25 | 5F | 0 | 23 | 4E | 9E | 5A | C |
| Octal | 3 | 71 | 45 | 137 | 0 | 43 | 116 | 236 | 132 | 14 |
| Binary | 11 | 111001 | 100101 | 1011111 | 0 | 100011 | 1001110 | 10011110 | 1011010 | 1100 |
Color Harmonies of #033925
Complementary color
Monochromatic Colors of #033925
Black with #033925
Text Example
Text Example
White with #033925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033925; }
p { color: rgb(3,57,37); }
H1.HeaderClassName
{
color: #033925;
}
.AnyTagClassName
{
color: #033925;
}
</style>
background-color css
<style>
a { background-color: #033925; }
a { background-color: rgb(3,57,37); }
div.DivClassName
{
background-color: #033925;
}
.BgClassName
{
background-color: #033925;
}
</style>
border-color css
<style>
span { border-color: #033925; }
span { border-color: rgb(3,57,37); }
td.TdClassName
{
border-color: #033925;
}
.TagClassName
{
border-color: #033925;
}
</style>