#055F03

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

Shades of Green #055F03

Tints of Green #055F03

Color information

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

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

Color convert

RGB5953-
CMYK0.9500.970.63
HSL118.7º93.88%19.22%-
HSV(B)118.7º96.84%37.25%-
XYZ4.178.221.45-
YUV57.697.1890.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal59530.9500.970.63118.793.8819.22
Hex55F35F0613F775e13
Octal5137313701417716713623
Binary1011011111111011111011000011111111110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F03; }

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

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

<style>
 a { background-color: #055F03; }

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

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

<style>
 span { border-color: #055F03; }

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

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