Shades of Dark Green #00381E
Tints of Dark Green #00381E
RGB
CMYK
RGB Variations
Color information
#00381E (or 0x00381E) is known color: Dark Green. HEX triplet: 00, 38 and 1E. RGB value is (0,56,30). Sum of RGB (Red+Green+Blue) = 0+56+30=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #00381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00381E is #FFC7E1. Grayscale: #242424. Windows color (decimal): -16762850 or 1980416. OLE color: 1980416.
HSL color Cylindrical-coordinate representation of color #00381E: hue angle of 152.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00381E is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 30 | - |
| CMYK | 1 | 0 | 0.46 | 0.78 |
| HSL | 152.14º | 1% | 0.11% | - |
| HSV(B) | 152.14º | 1% | 0.22% | - |
| XYZ | 1.65 | 2.92 | 1.71 | - |
| YUV | 36.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 30 | 1 | 0 | 0.46 | 0.78 | 152.14 | 1 | 0.11 |
| Hex | 0 | 38 | 1E | 64 | 0 | 2E | 4E | 98 | 64 | B |
| Octal | 0 | 70 | 36 | 144 | 0 | 56 | 116 | 230 | 144 | 13 |
| Binary | 0 | 111000 | 11110 | 1100100 | 0 | 101110 | 1001110 | 10011000 | 1100100 | 1011 |
Color Harmonies of #00381E
Complementary color
Monochromatic Colors of #00381E
Black with #00381E
Text Example
Text Example
White with #00381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00381E; }
p { color: rgb(0,56,30); }
H1.HeaderClassName
{
color: #00381E;
}
.AnyTagClassName
{
color: #00381E;
}
</style>
background-color css
<style>
a { background-color: #00381E; }
a { background-color: rgb(0,56,30); }
div.DivClassName
{
background-color: #00381E;
}
.BgClassName
{
background-color: #00381E;
}
</style>
border-color css
<style>
span { border-color: #00381E; }
span { border-color: rgb(0,56,30); }
td.TdClassName
{
border-color: #00381E;
}
.TagClassName
{
border-color: #00381E;
}
</style>