Shades of Dark Green #03361C
Tints of Dark Green #03361C
RGB
CMYK
RGB Variations
Color information
#03361C (or 0x03361C) is known color: Dark Green. HEX triplet: 03, 36 and 1C. RGB value is (3,54,28). Sum of RGB (Red+Green+Blue) = 3+54+28=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 54 (21.48% from 255 or 63.53% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 54 - color contains mainly: green. Hex color #03361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03361C is #FCC9E3. Grayscale: #232323. Windows color (decimal): -16566756 or 1848835. OLE color: 1848835.
HSL color Cylindrical-coordinate representation of color #03361C: hue angle of 149.41º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03361C is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 54 | 28 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.79 |
| HSL | 149.41º | 0.89% | 0.11% | - |
| HSV(B) | 149.41º | 0.94% | 0.21% | - |
| XYZ | 1.57 | 2.74 | 1.55 | - |
| YUV | 35.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 28 | 0.94 | 0 | 0.48 | 0.79 | 149.41 | 0.89 | 0.11 |
| Hex | 3 | 36 | 1C | 5E | 0 | 30 | 4F | 95 | 59 | B |
| Octal | 3 | 66 | 34 | 136 | 0 | 60 | 117 | 225 | 131 | 13 |
| Binary | 11 | 110110 | 11100 | 1011110 | 0 | 110000 | 1001111 | 10010101 | 1011001 | 1011 |
Color Harmonies of #03361C
Complementary color
Monochromatic Colors of #03361C
Black with #03361C
Text Example
Text Example
White with #03361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03361C; }
p { color: rgb(3,54,28); }
H1.HeaderClassName
{
color: #03361C;
}
.AnyTagClassName
{
color: #03361C;
}
</style>
background-color css
<style>
a { background-color: #03361C; }
a { background-color: rgb(3,54,28); }
div.DivClassName
{
background-color: #03361C;
}
.BgClassName
{
background-color: #03361C;
}
</style>
border-color css
<style>
span { border-color: #03361C; }
span { border-color: rgb(3,54,28); }
td.TdClassName
{
border-color: #03361C;
}
.TagClassName
{
border-color: #03361C;
}
</style>