#005101

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

Shades of Green #005101

Tints of Green #005101

Color information

#005101 (or 0x005101) is unknown color: approx Green. HEX triplet: 00, 51 and 01. RGB value is (0,81,1). Sum of RGB (Red+Green+Blue) = 0+81+1=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 81 (32.03% from 255 or 98.78% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 81 - color contains mainly: green. Hex color #005101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005101 is #FFAEFE. Grayscale: #2F2F2F. Windows color (decimal): -16756479 or 86272. OLE color: 86272.

HSL color Cylindrical-coordinate representation of color #005101: hue angle of 120.74º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005101 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB0811-
CMYK100.990.68
HSL120.74º100%15.88%-
HSV(B)120.74º100%31.76%-
XYZ2.955.891.01-
YUV47.66101.6694-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 98.78%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=0%
G=98.78%
B=1.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0811100.990.68120.7410015.88
Hex05116406344796410
Octal01211144014310417114420
Binary01010001111001000110001110001001111001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005101; }

 p { color: rgb(0,81,1); }

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

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

 a { background-color: rgb(0,81,1); }

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

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

 span { border-color: rgb(0,81,1); }

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