#018251

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

Shades of Watercourse #018251

Tints of Watercourse #018251

Color information

#018251 (or 0x018251) is unknown color: approx Watercourse. HEX triplet: 01, 82 and 51. RGB value is (1,130,81). Sum of RGB (Red+Green+Blue) = 1+130+81=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #018251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018251 is #FE7DAE. Grayscale: #555555. Windows color (decimal): -16678319 or 5341697. OLE color: 5341697.

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

Color convert

RGB113081-
CMYK0.9900.380.49
HSL157.21º98.47%25.69%-
HSV(B)157.21º99.23%50.98%-
XYZ9.4816.5710.48-
YUV85.84125.2667.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 130 (51.17% from 255) = 61.32%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=0.47%
G=61.32%
B=38.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130810.9900.380.49157.2198.4725.69
Hex1825163026319d621a
Octal12021211430466123514232
Binary11000001010100011100011010011011000110011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018251; }

 p { color: rgb(1,130,81); }

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

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

 a { background-color: rgb(1,130,81); }

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

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

 span { border-color: rgb(1,130,81); }

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