#018531

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

Shades of Dark Spring Green #018531

Tints of Dark Spring Green #018531

Color information

#018531 (or 0x018531) is unknown color: approx Dark Spring Green. HEX triplet: 01, 85 and 31. RGB value is (1,133,49). Sum of RGB (Red+Green+Blue) = 1+133+49=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #018531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018531 is #FE7ACE. Grayscale: #545454. Windows color (decimal): -16677583 or 3245313. OLE color: 3245313.

HSL color Cylindrical-coordinate representation of color #018531: hue angle of 141.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018531 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB113349-
CMYK0.9900.630.48
HSL141.82º98.51%26.27%-
HSV(B)141.82º99.25%52.16%-
XYZ8.95175.72-
YUV83.96108.2768.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 133 (52.34% from 255) = 72.68%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=0.55%
G=72.68%
B=26.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1133490.9900.630.48141.8298.5126.27
Hex185316303F308e631a
Octal1205611430776021614332
Binary1100001011100011100011011111111000010001110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018531; }

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

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

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

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

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

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

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

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