#01731D

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

Shades of Green #01731D

Tints of Green #01731D

Color information

#01731D (or 0x01731D) is unknown color: approx Green. HEX triplet: 01, 73 and 1D. RGB value is (1,115,29). Sum of RGB (Red+Green+Blue) = 1+115+29=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #01731D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01731D is #FE8CE2. Grayscale: #474747. Windows color (decimal): -16682211 or 1929985. OLE color: 1929985.

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

Color convert

RGB111529-
CMYK0.9900.750.55
HSL134.74º98.28%22.75%-
HSV(B)134.74º99.13%45.1%-
XYZ6.3712.363.21-
YUV71.11104.2377.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 115 (45.31% from 255) = 79.31%
BLUE value IS 29 (11.72% from 255) = 20%
R=0.69%
G=79.31%
B=20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1115290.9900.750.55134.7498.2822.75
Hex1731D6304B37876217
Octal11633514301136720714227
Binary111100111110111000110100101111011110000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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