#01771B

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

Shades of Green #01771B

Tints of Green #01771B

Color information

#01771B (or 0x01771B) is unknown color: approx Green. HEX triplet: 01, 77 and 1B. RGB value is (1,119,27). Sum of RGB (Red+Green+Blue) = 1+119+27=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #01771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01771B is #FE88E4. Grayscale: #494949. Windows color (decimal): -16681189 or 1799937. OLE color: 1799937.

HSL color Cylindrical-coordinate representation of color #01771B: hue angle of 133.22º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01771B is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB111927-
CMYK0.9900.770.53
HSL133.22º98.33%23.53%-
HSV(B)133.22º99.16%46.67%-
XYZ6.8113.283.24-
YUV73.23101.9176.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 119 (46.88% from 255) = 80.95%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=0.68%
G=80.95%
B=18.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119270.9900.770.53133.2298.3323.53
Hex1771B6304D35856218
Octal11673314301156520514230
Binary111101111101111000110100110111010110000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01771B; }

 p { color: rgb(1,119,27); }

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

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

 a { background-color: rgb(1,119,27); }

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

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

 span { border-color: rgb(1,119,27); }

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