Shades of Dark Green #033430
Tints of Dark Green #033430
RGB
CMYK
RGB Variations
Color information
#033430 (or 0x033430) is known color: Dark Green. HEX triplet: 03, 34 and 30. RGB value is (3,52,48). Sum of RGB (Red+Green+Blue) = 3+52+48=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #033430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033430 is #FCCBCF. Grayscale: #242424. Windows color (decimal): -16567248 or 3159043. OLE color: 3159043.
HSL color Cylindrical-coordinate representation of color #033430: hue angle of 175.1º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033430 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 48 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.80 |
| HSL | 175.1º | 0.89% | 0.11% | - |
| HSV(B) | 175.1º | 0.94% | 0.2% | - |
| XYZ | 1.8 | 2.69 | 3.22 | - |
| YUV | 36.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 48 | 0.94 | 0 | 0.08 | 0.80 | 175.1 | 0.89 | 0.11 |
| Hex | 3 | 34 | 30 | 5E | 0 | 8 | 50 | AF | 59 | B |
| Octal | 3 | 64 | 60 | 136 | 0 | 10 | 120 | 257 | 131 | 13 |
| Binary | 11 | 110100 | 110000 | 1011110 | 0 | 1000 | 1010000 | 10101111 | 1011001 | 1011 |
Color Harmonies of #033430
Complementary color
Monochromatic Colors of #033430
Black with #033430
Text Example
Text Example
White with #033430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033430; }
p { color: rgb(3,52,48); }
H1.HeaderClassName
{
color: #033430;
}
.AnyTagClassName
{
color: #033430;
}
</style>
background-color css
<style>
a { background-color: #033430; }
a { background-color: rgb(3,52,48); }
div.DivClassName
{
background-color: #033430;
}
.BgClassName
{
background-color: #033430;
}
</style>
border-color css
<style>
span { border-color: #033430; }
span { border-color: rgb(3,52,48); }
td.TdClassName
{
border-color: #033430;
}
.TagClassName
{
border-color: #033430;
}
</style>