Shades of Dark Green #03392F
Tints of Dark Green #03392F
RGB
CMYK
RGB Variations
Color information
#03392F (or 0x03392F) is known color: Dark Green. HEX triplet: 03, 39 and 2F. RGB value is (3,57,47). Sum of RGB (Red+Green+Blue) = 3+57+47=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #03392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03392F is #FCC6D0. Grayscale: #272727. Windows color (decimal): -16565969 or 3094787. OLE color: 3094787.
HSL color Cylindrical-coordinate representation of color #03392F: hue angle of 168.89º 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 #03392F is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 57 | 47 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.78 |
| HSL | 168.89º | 0.9% | 0.12% | - |
| HSV(B) | 168.89º | 0.95% | 0.22% | - |
| XYZ | 2.01 | 3.15 | 3.19 | - |
| YUV | 39.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 47 | 0.95 | 0 | 0.18 | 0.78 | 168.89 | 0.9 | 0.12 |
| Hex | 3 | 39 | 2F | 5F | 0 | 12 | 4E | A9 | 5A | C |
| Octal | 3 | 71 | 57 | 137 | 0 | 22 | 116 | 251 | 132 | 14 |
| Binary | 11 | 111001 | 101111 | 1011111 | 0 | 10010 | 1001110 | 10101001 | 1011010 | 1100 |
Color Harmonies of #03392F
Complementary color
Monochromatic Colors of #03392F
Black with #03392F
Text Example
Text Example
White with #03392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03392F; }
p { color: rgb(3,57,47); }
H1.HeaderClassName
{
color: #03392F;
}
.AnyTagClassName
{
color: #03392F;
}
</style>
background-color css
<style>
a { background-color: #03392F; }
a { background-color: rgb(3,57,47); }
div.DivClassName
{
background-color: #03392F;
}
.BgClassName
{
background-color: #03392F;
}
</style>
border-color css
<style>
span { border-color: #03392F; }
span { border-color: rgb(3,57,47); }
td.TdClassName
{
border-color: #03392F;
}
.TagClassName
{
border-color: #03392F;
}
</style>