#01721D

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

Shades of Green #01721D

Tints of Green #01721D

Color information

#01721D (or 0x01721D) is unknown color: approx Green. HEX triplet: 01, 72 and 1D. RGB value is (1,114,29). Sum of RGB (Red+Green+Blue) = 1+114+29=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #01721D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01721D is #FE8DE2. Grayscale: #464646. Windows color (decimal): -16682467 or 1929729. OLE color: 1929729.

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

Color convert

RGB111429-
CMYK0.9900.750.55
HSL134.87º98.26%22.55%-
HSV(B)134.87º99.12%44.71%-
XYZ6.2512.133.17-
YUV70.52104.5678.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 114 (44.92% from 255) = 79.17%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=0.69%
G=79.17%
B=20.14%

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
Decimal1114290.9900.750.55134.8798.2622.55
Hex1721D6304B37876217
Octal11623514301136720714227
Binary111100101110111000110100101111011110000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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