Html Css Color HEX #008250 Watercourse

📋 copy color: '#008250'

red 0 ◦ green 130 ◦ blue 80

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

Shades of Watercourse #008250

Tints of Watercourse #008250

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 61.9%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 0%
G = 61.9%
B = 38.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#008250 (or 0x008250) is known color: Watercourse. HEX triplet: 00, 82 and 50. RGB value is (0,130,80). Sum of RGB (Red+Green+Blue) = 0+130+80=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #008250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008250 is #FF7DAF. Grayscale: #555555. Windows color (decimal): -16743856 or 5276160. OLE color: 5276160.

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

Color convert

RGB 0 130 80 -
CMYK 1 0 0.38 0.49
HSL 156.92º 1% 0.25% -
HSV(B) 156.92º 1% 0.51% -
XYZ 9.43 16.54 10.29 -
YUV 85.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 0 130 80 1 0 0.38 0.49 156.92 1 0.25
Hex 0 82 50 64 0 26 31 9D 64 19
Octal 0 202 120 144 0 46 61 235 144 31
Binary 0 10000010 1010000 1100100 0 100110 110001 10011101 1100100 11001

Color Harmonies of #008250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008250

Black with #008250

Text Example


Text Example

White with #008250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008250; }

 p { color: rgb(0,130,80); }

 H1.HeaderClassName
 {
   color: #008250;
 }
 .AnyTagClassName
 {
   color: #008250;
 }
</style>

background-color css

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

 a { background-color: rgb(0,130,80); }

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

border-color css

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

 span { border-color: rgb(0,130,80); }

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