Shades of Dark Green #03382A
Tints of Dark Green #03382A
RGB
CMYK
RGB Variations
Color information
#03382A (or 0x03382A) is known color: Dark Green. HEX triplet: 03, 38 and 2A. RGB value is (3,56,42). Sum of RGB (Red+Green+Blue) = 3+56+42=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #03382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382A is #FCC7D5. Grayscale: #262626. Windows color (decimal): -16566230 or 2766851. OLE color: 2766851.
HSL color Cylindrical-coordinate representation of color #03382A: hue angle of 164.15º 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 #03382A is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 56 | 42 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.78 |
| HSL | 164.15º | 0.9% | 0.12% | - |
| HSV(B) | 164.15º | 0.95% | 0.22% | - |
| XYZ | 1.87 | 3.01 | 2.67 | - |
| YUV | 38.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 42 | 0.95 | 0 | 0.25 | 0.78 | 164.15 | 0.9 | 0.12 |
| Hex | 3 | 38 | 2A | 5F | 0 | 19 | 4E | A4 | 5A | C |
| Octal | 3 | 70 | 52 | 137 | 0 | 31 | 116 | 244 | 132 | 14 |
| Binary | 11 | 111000 | 101010 | 1011111 | 0 | 11001 | 1001110 | 10100100 | 1011010 | 1100 |
Color Harmonies of #03382A
Complementary color
Monochromatic Colors of #03382A
Black with #03382A
Text Example
Text Example
White with #03382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03382A; }
p { color: rgb(3,56,42); }
H1.HeaderClassName
{
color: #03382A;
}
.AnyTagClassName
{
color: #03382A;
}
</style>
background-color css
<style>
a { background-color: #03382A; }
a { background-color: rgb(3,56,42); }
div.DivClassName
{
background-color: #03382A;
}
.BgClassName
{
background-color: #03382A;
}
</style>
border-color css
<style>
span { border-color: #03382A; }
span { border-color: rgb(3,56,42); }
td.TdClassName
{
border-color: #03382A;
}
.TagClassName
{
border-color: #03382A;
}
</style>