Html Css Color HEX #027250 Watercourse

📋 copy color: '#027250'

red 2 ◦ green 114 ◦ blue 80

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

Shades of Watercourse #027250

Tints of Watercourse #027250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 58.16%

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

R = 1.02%
G = 58.16%
B = 40.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#027250 (or 0x027250) is known color: Watercourse. HEX triplet: 02, 72 and 50. RGB value is (2,114,80). Sum of RGB (Red+Green+Blue) = 2+114+80=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #027250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027250 is #FD8DAF. Grayscale: #4C4C4C. Windows color (decimal): -16616880 or 5272066. OLE color: 5272066.

HSL color Cylindrical-coordinate representation of color #027250: hue angle of 161.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027250 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 114 80 -
CMYK 0.98 0 0.30 0.55
HSL 161.79º 0.97% 0.23% -
HSV(B) 161.79º 0.98% 0.45% -
XYZ 7.49 12.63 9.63 -
YUV 76.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 2 114 80 0.98 0 0.30 0.55 161.79 0.97 0.23
Hex 2 72 50 62 0 1E 37 A2 61 17
Octal 2 162 120 142 0 36 67 242 141 27
Binary 10 1110010 1010000 1100010 0 11110 110111 10100010 1100001 10111

Color Harmonies of #027250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027250

Black with #027250

Text Example


Text Example

White with #027250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027250; }

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

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

background-color css

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

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

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

border-color css

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

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

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