#01721C

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

Shades of Green #01721C

Tints of Green #01721C

Color information

#01721C (or 0x01721C) is unknown color: approx Green. HEX triplet: 01, 72 and 1C. RGB value is (1,114,28). Sum of RGB (Red+Green+Blue) = 1+114+28=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 114 (44.92% from 255 or 79.72% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 114 - color contains mainly: green. Hex color #01721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01721C is #FE8DE3. Grayscale: #464646. Windows color (decimal): -16682468 or 1864193. OLE color: 1864193.

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

Color convert

RGB111428-
CMYK0.9900.750.55
HSL134.34º98.26%22.55%-
HSV(B)134.34º99.12%44.71%-
XYZ6.2412.123.11-
YUV70.41104.0678.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 114 (44.92% from 255) = 79.72%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=0.70%
G=79.72%
B=19.58%

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
Decimal1114280.9900.750.55134.3498.2622.55
Hex1721C6304B37866217
Octal11623414301136720614227
Binary111100101110011000110100101111011110000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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