Shades of Dark Green #08362B
Tints of Dark Green #08362B
RGB
CMYK
RGB Variations
Color information
#08362B (or 0x08362B) is known color: Dark Green. HEX triplet: 08, 36 and 2B. RGB value is (8,54,43). Sum of RGB (Red+Green+Blue) = 8+54+43=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #08362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08362B is #F7C9D4. Grayscale: #262626. Windows color (decimal): -16239061 or 2831880. OLE color: 2831880.
HSL color Cylindrical-coordinate representation of color #08362B: hue angle of 165.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08362B is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 54 | 43 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.79 |
| HSL | 165.65º | 0.74% | 0.12% | - |
| HSV(B) | 165.65º | 0.85% | 0.21% | - |
| XYZ | 1.86 | 2.86 | 2.74 | - |
| YUV | 38.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 54 | 43 | 0.85 | 0 | 0.20 | 0.79 | 165.65 | 0.74 | 0.12 |
| Hex | 8 | 36 | 2B | 55 | 0 | 14 | 4F | A6 | 4A | C |
| Octal | 10 | 66 | 53 | 125 | 0 | 24 | 117 | 246 | 112 | 14 |
| Binary | 1000 | 110110 | 101011 | 1010101 | 0 | 10100 | 1001111 | 10100110 | 1001010 | 1100 |
Color Harmonies of #08362B
Complementary color
Monochromatic Colors of #08362B
Black with #08362B
Text Example
Text Example
White with #08362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08362B; }
p { color: rgb(8,54,43); }
H1.HeaderClassName
{
color: #08362B;
}
.AnyTagClassName
{
color: #08362B;
}
</style>
background-color css
<style>
a { background-color: #08362B; }
a { background-color: rgb(8,54,43); }
div.DivClassName
{
background-color: #08362B;
}
.BgClassName
{
background-color: #08362B;
}
</style>
border-color css
<style>
span { border-color: #08362B; }
span { border-color: rgb(8,54,43); }
td.TdClassName
{
border-color: #08362B;
}
.TagClassName
{
border-color: #08362B;
}
</style>