Html Css Color HEX #018252 Watercourse

📋 copy color: '#018252'

red 1 ◦ green 130 ◦ blue 82

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

Shades of Watercourse #018252

Tints of Watercourse #018252

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.5%

R = 0.47%
G = 61.03%
B = 38.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 1 130 82 -
CMYK 0.99 0 0.37 0.49
HSL 157.67º 0.98% 0.26% -
HSV(B) 157.67º 0.99% 0.51% -
XYZ 9.52 16.58 10.68 -
YUV 85.96 125.76 67.4 -
System Red Green Blue C M Y K H S L
Decimal 1 130 82 0.99 0 0.37 0.49 157.67 0.98 0.26
Hex 1 82 52 63 0 25 31 9E 62 1A
Octal 1 202 122 143 0 45 61 236 142 32
Binary 1 10000010 1010010 1100011 0 100101 110001 10011110 1100010 11010

Color Harmonies of #018252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018252

Black with #018252

Text Example


Text Example

White with #018252

Text Example


Text Example

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