Shades of Dark Green #07362F
Tints of Dark Green #07362F
RGB
CMYK
RGB Variations
Color information
#07362F (or 0x07362F) is known color: Dark Green. HEX triplet: 07, 36 and 2F. RGB value is (7,54,47). Sum of RGB (Red+Green+Blue) = 7+54+47=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #07362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07362F is #F8C9D0. Grayscale: #272727. Windows color (decimal): -16304593 or 3094023. OLE color: 3094023.
HSL color Cylindrical-coordinate representation of color #07362F: hue angle of 171.06º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07362F is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 47 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.79 |
| HSL | 171.06º | 0.77% | 0.12% | - |
| HSV(B) | 171.06º | 0.87% | 0.21% | - |
| XYZ | 1.92 | 2.89 | 3.15 | - |
| YUV | 39.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 47 | 0.87 | 0 | 0.13 | 0.79 | 171.06 | 0.77 | 0.12 |
| Hex | 7 | 36 | 2F | 57 | 0 | D | 4F | AB | 4D | C |
| Octal | 7 | 66 | 57 | 127 | 0 | 15 | 117 | 253 | 115 | 14 |
| Binary | 111 | 110110 | 101111 | 1010111 | 0 | 1101 | 1001111 | 10101011 | 1001101 | 1100 |
Color Harmonies of #07362F
Complementary color
Monochromatic Colors of #07362F
Black with #07362F
Text Example
Text Example
White with #07362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07362F; }
p { color: rgb(7,54,47); }
H1.HeaderClassName
{
color: #07362F;
}
.AnyTagClassName
{
color: #07362F;
}
</style>
background-color css
<style>
a { background-color: #07362F; }
a { background-color: rgb(7,54,47); }
div.DivClassName
{
background-color: #07362F;
}
.BgClassName
{
background-color: #07362F;
}
</style>
border-color css
<style>
span { border-color: #07362F; }
span { border-color: rgb(7,54,47); }
td.TdClassName
{
border-color: #07362F;
}
.TagClassName
{
border-color: #07362F;
}
</style>