Html Css Color HEX #027950 Watercourse

📋 copy color: '#027950'

red 2 ◦ green 121 ◦ blue 80

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

Shades of Watercourse #027950

Tints of Watercourse #027950

RGB

 RED value IS 2 (1.17% from 255) = 0.99%

 GREEN value IS 121 (47.66% from 255) = 59.61%

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

R = 0.99%
G = 59.61%
B = 39.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#027950 (or 0x027950) is known color: Watercourse. HEX triplet: 02, 79 and 50. RGB value is (2,121,80). Sum of RGB (Red+Green+Blue) = 2+121+80=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 121 (47.66% from 255 or 59.61% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 121 - color contains mainly: green. Hex color #027950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027950 is #FD86AF. Grayscale: #505050. Windows color (decimal): -16615088 or 5273858. OLE color: 5273858.

HSL color Cylindrical-coordinate representation of color #027950: hue angle of 159.33º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027950 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 80 -
CMYK 0.98 0 0.34 0.53
HSL 159.33º 0.97% 0.24% -
HSV(B) 159.33º 0.98% 0.47% -
XYZ 8.31 14.27 9.91 -
YUV 80.75 127.58 71.83 -
System Red Green Blue C M Y K H S L
Decimal 2 121 80 0.98 0 0.34 0.53 159.33 0.97 0.24
Hex 2 79 50 62 0 22 35 9F 61 18
Octal 2 171 120 142 0 42 65 237 141 30
Binary 10 1111001 1010000 1100010 0 100010 110101 10011111 1100001 11000

Color Harmonies of #027950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027950

Black with #027950

Text Example


Text Example

White with #027950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027950; }

 p { color: rgb(2,121,80); }

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

background-color css

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

 a { background-color: rgb(2,121,80); }

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

border-color css

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

 span { border-color: rgb(2,121,80); }

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