Html Css Color HEX #01741E Green

📋 copy color: '#01741E'

red 1 ◦ green 116 ◦ blue 30

#01741E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #01741E

Tints of Green #01741E

RGB

 RED value IS 1 (0.78% from 255) = 0.68%

 GREEN value IS 116 (45.7% 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 value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#01741E (or 0x01741E) is known color: 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

RGB 1 116 30 -
CMYK 0.99 0 0.74 0.55
HSL 135.13º 0.98% 0.23% -
HSV(B) 135.13º 0.99% 0.45% -
XYZ 6.49 12.59 3.32 -
YUV 71.81 104.4 77.49 -
System Red Green Blue C M Y K H S L
Decimal 1 116 30 0.99 0 0.74 0.55 135.13 0.98 0.23
Hex 1 74 1E 63 0 4A 37 87 62 17
Octal 1 164 36 143 0 112 67 207 142 27
Binary 1 1110100 11110 1100011 0 1001010 110111 10000111 1100010 10111

Color Harmonies of #01741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01741E

Black with #01741E

Text Example


Text Example

White with #01741E

Text Example


Text Example

HTML Codes & Css Web 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>