#01771D

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

Shades of Green #01771D

Tints of Green #01771D

Color information

#01771D (or 0x01771D) is unknown color: approx Green. HEX triplet: 01, 77 and 1D. RGB value is (1,119,29). Sum of RGB (Red+Green+Blue) = 1+119+29=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 119 (46.88% from 255 or 79.87% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 119 - color contains mainly: green. Hex color #01771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01771D is #FE88E2. Grayscale: #494949. Windows color (decimal): -16681187 or 1931009. OLE color: 1931009.

HSL color Cylindrical-coordinate representation of color #01771D: hue angle of 134.24º 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 #01771D is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB111929-
CMYK0.9900.760.53
HSL134.24º98.33%23.53%-
HSV(B)134.24º99.16%46.67%-
XYZ6.8313.293.37-
YUV73.46102.9176.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 119 (46.88% from 255) = 79.87%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=0.67%
G=79.87%
B=19.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119290.9900.760.53134.2498.3323.53
Hex1771D6304C35866218
Octal11673514301146520614230
Binary111101111110111000110100110011010110000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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