#035F05

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

Shades of Green #035F05

Tints of Green #035F05

Color information

#035F05 (or 0x035F05) is unknown color: approx Green. HEX triplet: 03, 5F and 05. RGB value is (3,95,5). Sum of RGB (Red+Green+Blue) = 3+95+5=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 95 (37.5% from 255 or 92.23% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 95 - color contains mainly: green. Hex color #035F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F05 is #FCA0FA. Grayscale: #393939. Windows color (decimal): -16556283 or 352003. OLE color: 352003.

HSL color Cylindrical-coordinate representation of color #035F05: hue angle of 121.3º 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 #035F05 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB3955-
CMYK0.9700.950.63
HSL121.3º93.88%19.22%-
HSV(B)121.3º96.84%37.25%-
XYZ4.168.211.51-
YUV57.2398.5289.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 95 (37.5% from 255) = 92.23%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=2.91%
G=92.23%
B=4.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal39550.9700.950.63121.393.8819.22
Hex35F56105F3F795e13
Octal3137514101377717113623
Binary1110111111011100001010111111111111111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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