Html Css Color HEX #027C4D Watercourse

📋 copy color: '#027C4D'

red 2 ◦ green 124 ◦ blue 77

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

Shades of Watercourse #027C4D

Tints of Watercourse #027C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 0.99%
G = 61.08%
B = 37.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#027C4D (or 0x027C4D) is known color: Watercourse. HEX triplet: 02, 7C and 4D. RGB value is (2,124,77). Sum of RGB (Red+Green+Blue) = 2+124+77=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #027C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C4D is #FD83B2. Grayscale: #525252. Windows color (decimal): -16614323 or 5078018. OLE color: 5078018.

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

Color convert

RGB 2 124 77 -
CMYK 0.98 0 0.38 0.51
HSL 156.89º 0.97% 0.25% -
HSV(B) 156.89º 0.98% 0.49% -
XYZ 8.57 14.96 9.46 -
YUV 82.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 2 124 77 0.98 0 0.38 0.51 156.89 0.97 0.25
Hex 2 7C 4D 62 0 26 33 9D 61 19
Octal 2 174 115 142 0 46 63 235 141 31
Binary 10 1111100 1001101 1100010 0 100110 110011 10011101 1100001 11001

Color Harmonies of #027C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C4D

Black with #027C4D

Text Example


Text Example

White with #027C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C4D; }

 p { color: rgb(2,124,77); }

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

background-color css

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

 a { background-color: rgb(2,124,77); }

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

border-color css

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

 span { border-color: rgb(2,124,77); }

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