Html Css Color HEX #018251 Watercourse

📋 copy color: '#018251'

red 1 ◦ green 130 ◦ blue 81

#018251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #018251

Tints of Watercourse #018251

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 value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#018251 (or 0x018251) is known color: 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

RGB 1 130 81 -
CMYK 0.99 0 0.38 0.49
HSL 157.21º 0.98% 0.26% -
HSV(B) 157.21º 0.99% 0.51% -
XYZ 9.48 16.57 10.48 -
YUV 85.84 125.26 67.48 -
System Red Green Blue C M Y K H S L
Decimal 1 130 81 0.99 0 0.38 0.49 157.21 0.98 0.26
Hex 1 82 51 63 0 26 31 9D 62 1A
Octal 1 202 121 143 0 46 61 235 142 32
Binary 1 10000010 1010001 1100011 0 100110 110001 10011101 1100010 11010

Color Harmonies of #018251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018251

Black with #018251

Text Example


Text Example

White with #018251

Text Example


Text Example

HTML Codes & Css Web 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>