Html Css Color HEX #01731A Green

📋 copy color: '#01731A'

red 1 ◦ green 115 ◦ blue 26

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

Shades of Green #01731A

Tints of Green #01731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 80.99%

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 0.7%
G = 80.99%
B = 18.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#01731A (or 0x01731A) is known color: Green. HEX triplet: 01, 73 and 1A. RGB value is (1,115,26). Sum of RGB (Red+Green+Blue) = 1+115+26=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #01731A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01731A is #FE8CE5. Grayscale: #474747. Windows color (decimal): -16682214 or 1733377. OLE color: 1733377.

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

Color convert

RGB 1 115 26 -
CMYK 0.99 0 0.77 0.55
HSL 133.16º 0.98% 0.23% -
HSV(B) 133.16º 0.99% 0.45% -
XYZ 6.33 12.34 3.03 -
YUV 70.77 102.73 78.24 -
System Red Green Blue C M Y K H S L
Decimal 1 115 26 0.99 0 0.77 0.55 133.16 0.98 0.23
Hex 1 73 1A 63 0 4D 37 85 62 17
Octal 1 163 32 143 0 115 67 205 142 27
Binary 1 1110011 11010 1100011 0 1001101 110111 10000101 1100010 10111

Color Harmonies of #01731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01731A

Black with #01731A

Text Example


Text Example

White with #01731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01731A; }

 p { color: rgb(1,115,26); }

 H1.HeaderClassName
 {
   color: #01731A;
 }
 .AnyTagClassName
 {
   color: #01731A;
 }
</style>

background-color css

<style>
 a { background-color: #01731A; }

 a { background-color: rgb(1,115,26); }

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

border-color css

<style>
 span { border-color: #01731A; }

 span { border-color: rgb(1,115,26); }

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