Shades of Dark Green #06382D
Tints of Dark Green #06382D
RGB
CMYK
RGB Variations
Color information
#06382D (or 0x06382D) is known color: Dark Green. HEX triplet: 06, 38 and 2D. RGB value is (6,56,45). Sum of RGB (Red+Green+Blue) = 6+56+45=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #06382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06382D is #F9C7D2. Grayscale: #272727. Windows color (decimal): -16369619 or 2963462. OLE color: 2963462.
HSL color Cylindrical-coordinate representation of color #06382D: hue angle of 166.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06382D is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 56 | 45 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.78 |
| HSL | 166.8º | 0.81% | 0.12% | - |
| HSV(B) | 166.8º | 0.89% | 0.22% | - |
| XYZ | 1.96 | 3.06 | 2.97 | - |
| YUV | 39.8 | 130.94 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 45 | 0.89 | 0 | 0.20 | 0.78 | 166.8 | 0.81 | 0.12 |
| Hex | 6 | 38 | 2D | 59 | 0 | 14 | 4E | A7 | 51 | C |
| Octal | 6 | 70 | 55 | 131 | 0 | 24 | 116 | 247 | 121 | 14 |
| Binary | 110 | 111000 | 101101 | 1011001 | 0 | 10100 | 1001110 | 10100111 | 1010001 | 1100 |
Color Harmonies of #06382D
Complementary color
Monochromatic Colors of #06382D
Black with #06382D
Text Example
Text Example
White with #06382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06382D; }
p { color: rgb(6,56,45); }
H1.HeaderClassName
{
color: #06382D;
}
.AnyTagClassName
{
color: #06382D;
}
</style>
background-color css
<style>
a { background-color: #06382D; }
a { background-color: rgb(6,56,45); }
div.DivClassName
{
background-color: #06382D;
}
.BgClassName
{
background-color: #06382D;
}
</style>
border-color css
<style>
span { border-color: #06382D; }
span { border-color: rgb(6,56,45); }
td.TdClassName
{
border-color: #06382D;
}
.TagClassName
{
border-color: #06382D;
}
</style>