#035F04

Color #035F04 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #035F04

Tints of Green #035F04

Color information

#035F04 (or 0x035F04) is unknown color: approx Green. HEX triplet: 03, 5F and 04. RGB value is (3,95,4). Sum of RGB (Red+Green+Blue) = 3+95+4=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 95 (37.5% from 255 or 93.14% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 95 - color contains mainly: green. Hex color #035F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F04 is #FCA0FB. Grayscale: #393939. Windows color (decimal): -16556284 or 286467. OLE color: 286467.

HSL color Cylindrical-coordinate representation of color #035F04: hue angle of 120.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035F04 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB3954-
CMYK0.9700.960.63
HSL120.65º93.88%19.22%-
HSV(B)120.65º96.84%37.25%-
XYZ4.158.211.48-
YUV57.1298.0289.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 95 (37.5% from 255) = 93.14%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=2.94%
G=93.14%
B=3.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal39540.9700.960.63120.6593.8819.22
Hex35F4610603F795e13
Octal3137414101407717113623
Binary1110111111001100001011000001111111111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035F04; }

 p { color: rgb(3,95,4); }

 H1.HeaderClassName
 {
   color: #035F04;
 }
 .AnyTagClassName
 {
   color: #035F04;
 }
</style>
background-color css

<style>
 a { background-color: #035F04; }

 a { background-color: rgb(3,95,4); }

 div.DivClassName
 {
   background-color: #035F04;
 }
 .BgClassName
 {
   background-color: #035F04;
 }
</style>
border-color css

<style>
 span { border-color: #035F04; }

 span { border-color: rgb(3,95,4); }

 td.TdClassName
 {
   border-color: #035F04;
 }
 .TagClassName
 {
   border-color: #035F04;
 }
</style>