#018252

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

Shades of Watercourse #018252

Tints of Watercourse #018252

Color information

#018252 (or 0x018252) is unknown color: approx Watercourse. HEX triplet: 01, 82 and 52. RGB value is (1,130,82). Sum of RGB (Red+Green+Blue) = 1+130+82=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #018252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018252 is #FE7DAD. Grayscale: #565656. Windows color (decimal): -16678318 or 5407233. OLE color: 5407233.

HSL color Cylindrical-coordinate representation of color #018252: hue angle of 157.67º 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 #018252 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB113082-
CMYK0.9900.370.49
HSL157.67º98.47%25.69%-
HSV(B)157.67º99.23%50.98%-
XYZ9.5216.5810.68-
YUV85.96125.7667.4-

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.03%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=0.47%
G=61.03%
B=38.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130820.9900.370.49157.6798.4725.69
Hex1825263025319e621a
Octal12021221430456123614232
Binary11000001010100101100011010010111000110011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018252; }

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

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

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

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

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

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

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

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