#01741E

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

Shades of Green #01741E

Tints of Green #01741E

Color information

#01741E (or 0x01741E) is unknown color: approx Green. HEX triplet: 01, 74 and 1E. RGB value is (1,116,30). Sum of RGB (Red+Green+Blue) = 1+116+30=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #01741E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01741E is #FE8BE1. Grayscale: #484848. Windows color (decimal): -16681954 or 1995777. OLE color: 1995777.

HSL color Cylindrical-coordinate representation of color #01741E: hue angle of 135.13º 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 #01741E is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB111630-
CMYK0.9900.740.55
HSL135.13º98.29%22.94%-
HSV(B)135.13º99.14%45.49%-
XYZ6.4912.593.32-
YUV71.81104.477.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 116 (45.70% from 255) = 78.91%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=0.68%
G=78.91%
B=20.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116300.9900.740.55135.1398.2922.94
Hex1741E6304A37876217
Octal11643614301126720714227
Binary111101001111011000110100101011011110000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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