Shades of Dark Green #00382F
Tints of Dark Green #00382F
RGB
CMYK
RGB Variations
Color information
#00382F (or 0x00382F) is known color: Dark Green. HEX triplet: 00, 38 and 2F. RGB value is (0,56,47). Sum of RGB (Red+Green+Blue) = 0+56+47=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #00382F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00382F is #FFC7D0. Grayscale: #262626. Windows color (decimal): -16762833 or 3094528. OLE color: 3094528.
HSL color Cylindrical-coordinate representation of color #00382F: hue angle of 170.36º 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 #00382F is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 56 | 47 | - |
| CMYK | 1 | 0 | 0.16 | 0.78 |
| HSL | 170.36º | 1% | 0.11% | - |
| HSV(B) | 170.36º | 1% | 0.22% | - |
| XYZ | 1.93 | 3.03 | 3.17 | - |
| YUV | 38.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 47 | 1 | 0 | 0.16 | 0.78 | 170.36 | 1 | 0.11 |
| Hex | 0 | 38 | 2F | 64 | 0 | 10 | 4E | AA | 64 | B |
| Octal | 0 | 70 | 57 | 144 | 0 | 20 | 116 | 252 | 144 | 13 |
| Binary | 0 | 111000 | 101111 | 1100100 | 0 | 10000 | 1001110 | 10101010 | 1100100 | 1011 |
Color Harmonies of #00382F
Complementary color
Monochromatic Colors of #00382F
Black with #00382F
Text Example
Text Example
White with #00382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00382F; }
p { color: rgb(0,56,47); }
H1.HeaderClassName
{
color: #00382F;
}
.AnyTagClassName
{
color: #00382F;
}
</style>
background-color css
<style>
a { background-color: #00382F; }
a { background-color: rgb(0,56,47); }
div.DivClassName
{
background-color: #00382F;
}
.BgClassName
{
background-color: #00382F;
}
</style>
border-color css
<style>
span { border-color: #00382F; }
span { border-color: rgb(0,56,47); }
td.TdClassName
{
border-color: #00382F;
}
.TagClassName
{
border-color: #00382F;
}
</style>