Shades of Green #035402
Tints of Green #035402
RGB
CMYK
RGB Variations
Color information
#035402 (or 0x035402) is known color: Green. HEX triplet: 03, 54 and 02. RGB value is (3,84,2). Sum of RGB (Red+Green+Blue) = 3+84+2=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 84 (33.20% from 255 or 94.38% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 84 - color contains mainly: green. Hex color #035402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035402 is #FCABFD. Grayscale: #323232. Windows color (decimal): -16559102 or 152579. OLE color: 152579.
HSL color Cylindrical-coordinate representation of color #035402: hue angle of 119.27º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035402 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 84 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.67 |
| HSL | 119.27º | 0.95% | 0.17% | - |
| HSV(B) | 119.27º | 0.98% | 0.33% | - |
| XYZ | 3.22 | 6.36 | 1.12 | - |
| YUV | 50.43 | 100.66 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 2 | 0.96 | 0 | 0.98 | 0.67 | 119.27 | 0.95 | 0.17 |
| Hex | 3 | 54 | 2 | 60 | 0 | 62 | 43 | 77 | 5F | 11 |
| Octal | 3 | 124 | 2 | 140 | 0 | 142 | 103 | 167 | 137 | 21 |
| Binary | 11 | 1010100 | 10 | 1100000 | 0 | 1100010 | 1000011 | 1110111 | 1011111 | 10001 |
Color Harmonies of #035402
Complementary color
Monochromatic Colors of #035402
Black with #035402
Text Example
Text Example
White with #035402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035402; }
p { color: rgb(3,84,2); }
H1.HeaderClassName
{
color: #035402;
}
.AnyTagClassName
{
color: #035402;
}
</style>
background-color css
<style>
a { background-color: #035402; }
a { background-color: rgb(3,84,2); }
div.DivClassName
{
background-color: #035402;
}
.BgClassName
{
background-color: #035402;
}
</style>
border-color css
<style>
span { border-color: #035402; }
span { border-color: rgb(3,84,2); }
td.TdClassName
{
border-color: #035402;
}
.TagClassName
{
border-color: #035402;
}
</style>