#018131

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

Shades of Dark Spring Green #018131

Tints of Dark Spring Green #018131

Color information

#018131 (or 0x018131) is unknown color: approx Dark Spring Green. HEX triplet: 01, 81 and 31. RGB value is (1,129,49). Sum of RGB (Red+Green+Blue) = 1+129+49=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 129 (50.78% from 255 or 72.07% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 129 - color contains mainly: green. Hex color #018131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018131 is #FE7ECE. Grayscale: #515151. Windows color (decimal): -16678607 or 3244289. OLE color: 3244289.

HSL color Cylindrical-coordinate representation of color #018131: hue angle of 142.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018131 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB112949-
CMYK0.9900.620.49
HSL142.5º98.46%25.49%-
HSV(B)142.5º99.22%50.59%-
XYZ8.4215.935.54-
YUV81.61109.5970.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 129 (50.78% from 255) = 72.07%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=0.56%
G=72.07%
B=27.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1129490.9900.620.49142.598.4625.49
Hex181316303E318e6219
Octal1201611430766121614231
Binary1100000011100011100011011111011000110001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018131; }

 p { color: rgb(1,129,49); }

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

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

 a { background-color: rgb(1,129,49); }

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

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

 span { border-color: rgb(1,129,49); }

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