Shades of Dark Green #03260C
Tints of Dark Green #03260C
RGB
CMYK
RGB Variations
Color information
#03260C (or 0x03260C) is known color: Dark Green. HEX triplet: 03, 26 and 0C. RGB value is (3,38,12). Sum of RGB (Red+Green+Blue) = 3+38+12=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 38 (15.23% from 255 or 71.70% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 38 - color contains mainly: green. Hex color #03260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03260C is #FCD9F3. Grayscale: #181818. Windows color (decimal): -16570868 or 796163. OLE color: 796163.
HSL color Cylindrical-coordinate representation of color #03260C: hue angle of 135.43º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03260C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 38 | 12 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.85 |
| HSL | 135.43º | 0.85% | 0.08% | - |
| HSV(B) | 135.43º | 0.92% | 0.15% | - |
| XYZ | 0.8 | 1.43 | 0.58 | - |
| YUV | 24.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 12 | 0.92 | 0 | 0.68 | 0.85 | 135.43 | 0.85 | 0.08 |
| Hex | 3 | 26 | C | 5C | 0 | 44 | 55 | 87 | 55 | 8 |
| Octal | 3 | 46 | 14 | 134 | 0 | 104 | 125 | 207 | 125 | 10 |
| Binary | 11 | 100110 | 1100 | 1011100 | 0 | 1000100 | 1010101 | 10000111 | 1010101 | 1000 |
Color Harmonies of #03260C
Complementary color
Monochromatic Colors of #03260C
Black with #03260C
Text Example
Text Example
White with #03260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03260C; }
p { color: rgb(3,38,12); }
H1.HeaderClassName
{
color: #03260C;
}
.AnyTagClassName
{
color: #03260C;
}
</style>
background-color css
<style>
a { background-color: #03260C; }
a { background-color: rgb(3,38,12); }
div.DivClassName
{
background-color: #03260C;
}
.BgClassName
{
background-color: #03260C;
}
</style>
border-color css
<style>
span { border-color: #03260C; }
span { border-color: rgb(3,38,12); }
td.TdClassName
{
border-color: #03260C;
}
.TagClassName
{
border-color: #03260C;
}
</style>