Shades of Dark Green #03382E
Tints of Dark Green #03382E
RGB
CMYK
RGB Variations
Color information
#03382E (or 0x03382E) is known color: Dark Green. HEX triplet: 03, 38 and 2E. RGB value is (3,56,46). Sum of RGB (Red+Green+Blue) = 3+56+46=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #03382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03382E is #FCC7D1. Grayscale: #272727. Windows color (decimal): -16566226 or 3028995. OLE color: 3028995.
HSL color Cylindrical-coordinate representation of color #03382E: hue angle of 168.68º 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 #03382E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 56 | 46 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.78 |
| HSL | 168.68º | 0.9% | 0.12% | - |
| HSV(B) | 168.68º | 0.95% | 0.22% | - |
| XYZ | 1.94 | 3.04 | 3.07 | - |
| YUV | 39.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 46 | 0.95 | 0 | 0.18 | 0.78 | 168.68 | 0.9 | 0.12 |
| Hex | 3 | 38 | 2E | 5F | 0 | 12 | 4E | A9 | 5A | C |
| Octal | 3 | 70 | 56 | 137 | 0 | 22 | 116 | 251 | 132 | 14 |
| Binary | 11 | 111000 | 101110 | 1011111 | 0 | 10010 | 1001110 | 10101001 | 1011010 | 1100 |
Color Harmonies of #03382E
Complementary color
Monochromatic Colors of #03382E
Black with #03382E
Text Example
Text Example
White with #03382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03382E; }
p { color: rgb(3,56,46); }
H1.HeaderClassName
{
color: #03382E;
}
.AnyTagClassName
{
color: #03382E;
}
</style>
background-color css
<style>
a { background-color: #03382E; }
a { background-color: rgb(3,56,46); }
div.DivClassName
{
background-color: #03382E;
}
.BgClassName
{
background-color: #03382E;
}
</style>
border-color css
<style>
span { border-color: #03382E; }
span { border-color: rgb(3,56,46); }
td.TdClassName
{
border-color: #03382E;
}
.TagClassName
{
border-color: #03382E;
}
</style>