Shades of Green #035300
Tints of Green #035300
RGB
CMYK
RGB Variations
Color information
#035300 (or 0x035300) is known color: Green. HEX triplet: 03, 53 and 00. RGB value is (3,83,0). Sum of RGB (Red+Green+Blue) = 3+83+0=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 83 (32.81% from 255 or 96.51% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 83 - color contains mainly: green. Hex color #035300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035300 is #FCACFF. Grayscale: #313131. Windows color (decimal): -16559360 or 21251. OLE color: 21251.
HSL color Cylindrical-coordinate representation of color #035300: hue angle of 117.83º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #035300 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.67 |
| HSL | 117.83º | 1% | 0.16% | - |
| HSV(B) | 117.83º | 1% | 0.33% | - |
| XYZ | 3.13 | 6.21 | 1.03 | - |
| YUV | 49.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 0 | 0.96 | 0 | 1 | 0.67 | 117.83 | 1 | 0.16 |
| Hex | 3 | 53 | 0 | 60 | 0 | 64 | 43 | 76 | 64 | 10 |
| Octal | 3 | 123 | 0 | 140 | 0 | 144 | 103 | 166 | 144 | 20 |
| Binary | 11 | 1010011 | 0 | 1100000 | 0 | 1100100 | 1000011 | 1110110 | 1100100 | 10000 |
Color Harmonies of #035300
Complementary color
Monochromatic Colors of #035300
Black with #035300
Text Example
Text Example
White with #035300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035300; }
p { color: rgb(3,83,0); }
H1.HeaderClassName
{
color: #035300;
}
.AnyTagClassName
{
color: #035300;
}
</style>
background-color css
<style>
a { background-color: #035300; }
a { background-color: rgb(3,83,0); }
div.DivClassName
{
background-color: #035300;
}
.BgClassName
{
background-color: #035300;
}
</style>
border-color css
<style>
span { border-color: #035300; }
span { border-color: rgb(3,83,0); }
td.TdClassName
{
border-color: #035300;
}
.TagClassName
{
border-color: #035300;
}
</style>