Html Css Color HEX #01740D Green

📋 copy color: '#01740D'

red 1 ◦ green 116 ◦ blue 13

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

Shades of Green #01740D

Tints of Green #01740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 89.23%

 BLUE value IS 13 (5.47% from 255) = 10%

R = 0.77%
G = 89.23%
B = 10%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#01740D (or 0x01740D) is known color: Green. HEX triplet: 01, 74 and 0D. RGB value is (1,116,13). Sum of RGB (Red+Green+Blue) = 1+116+13=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 116 (45.70% from 255 or 89.23% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 116 - color contains mainly: green. Hex color #01740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01740D is #FE8BF2. Grayscale: #464646. Windows color (decimal): -16681971 or 881665. OLE color: 881665.

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

Color convert

RGB 1 116 13 -
CMYK 0.99 0 0.89 0.55
HSL 126.26º 0.98% 0.23% -
HSV(B) 126.26º 0.99% 0.45% -
XYZ 6.33 12.53 2.46 -
YUV 69.87 95.9 78.88 -
System Red Green Blue C M Y K H S L
Decimal 1 116 13 0.99 0 0.89 0.55 126.26 0.98 0.23
Hex 1 74 D 63 0 59 37 7E 62 17
Octal 1 164 15 143 0 131 67 176 142 27
Binary 1 1110100 1101 1100011 0 1011001 110111 1111110 1100010 10111

Color Harmonies of #01740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01740D

Black with #01740D

Text Example


Text Example

White with #01740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01740D;
 }
 .AnyTagClassName
 {
   color: #01740D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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