#01741C

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

Shades of Green #01741C

Tints of Green #01741C

Color information

#01741C (or 0x01741C) is unknown color: approx Green. HEX triplet: 01, 74 and 1C. RGB value is (1,116,28). Sum of RGB (Red+Green+Blue) = 1+116+28=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #01741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01741C is #FE8BE3. Grayscale: #474747. Windows color (decimal): -16681956 or 1864705. OLE color: 1864705.

HSL color Cylindrical-coordinate representation of color #01741C: hue angle of 134.09º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01741C is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB111628-
CMYK0.9900.760.55
HSL134.09º98.29%22.94%-
HSV(B)134.09º99.14%45.49%-
XYZ6.4712.583.19-
YUV71.58103.477.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 116 (45.70% from 255) = 80%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=0.69%
G=80%
B=19.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116280.9900.760.55134.0998.2922.94
Hex1741C6304C37866217
Octal11643414301146720614227
Binary111101001110011000110100110011011110000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01741C; }

 p { color: rgb(1,116,28); }

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

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

 a { background-color: rgb(1,116,28); }

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

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

 span { border-color: rgb(1,116,28); }

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