#035F08

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

Shades of Green #035F08

Tints of Green #035F08

Color information

#035F08 (or 0x035F08) is unknown color: approx Green. HEX triplet: 03, 5F and 08. RGB value is (3,95,8). Sum of RGB (Red+Green+Blue) = 3+95+8=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 95 (37.5% from 255 or 89.62% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 95 - color contains mainly: green. Hex color #035F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035F08 is #FCA0F7. Grayscale: #393939. Windows color (decimal): -16556280 or 548611. OLE color: 548611.

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

Color convert

RGB3958-
CMYK0.9700.920.63
HSL123.26º93.88%19.22%-
HSV(B)123.26º96.84%37.25%-
XYZ4.178.221.6-
YUV57.57100.0289.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 95 (37.5% from 255) = 89.62%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=2.83%
G=89.62%
B=7.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal39580.9700.920.63123.2693.8819.22
Hex35F86105C3F7b5e13
Octal31371014101347717313623
Binary11101111110001100001010111001111111111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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