#01772E

Color #01772E Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #01772E

Tints of Dark Spring Green #01772E

Color information

#01772E (or 0x01772E) is unknown color: approx Dark Spring Green. HEX triplet: 01, 77 and 2E. RGB value is (1,119,46). Sum of RGB (Red+Green+Blue) = 1+119+46=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 119 (46.88% from 255 or 71.69% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 119 - color contains mainly: green. Hex color #01772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01772E is #FE88D1. Grayscale: #4B4B4B. Windows color (decimal): -16681170 or 3045121. OLE color: 3045121.

HSL color Cylindrical-coordinate representation of color #01772E: hue angle of 142.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01772E is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB111946-
CMYK0.9900.610.53
HSL142.88º98.33%23.53%-
HSV(B)142.88º99.16%46.67%-
XYZ7.113.44.8-
YUV75.4111.4174.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 119 (46.88% from 255) = 71.69%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=0.60%
G=71.69%
B=27.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1119460.9900.610.53142.8898.3323.53
Hex1772E6303D358f6218
Octal1167561430756521714230
Binary111101111011101100011011110111010110001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01772E; }

 p { color: rgb(1,119,46); }

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

<style>
 a { background-color: #01772E; }

 a { background-color: rgb(1,119,46); }

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

<style>
 span { border-color: #01772E; }

 span { border-color: rgb(1,119,46); }

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