Html Css Color HEX #027C4E Watercourse

📋 copy color: '#027C4E'

red 2 ◦ green 124 ◦ blue 78

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

Shades of Watercourse #027C4E

Tints of Watercourse #027C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.24%

R = 0.98%
G = 60.78%
B = 38.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#027C4E (or 0x027C4E) is known color: Watercourse. HEX triplet: 02, 7C and 4E. RGB value is (2,124,78). Sum of RGB (Red+Green+Blue) = 2+124+78=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 124 (48.83% from 255 or 60.78% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 124 - color contains mainly: green. Hex color #027C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C4E is #FD83B1. Grayscale: #525252. Windows color (decimal): -16614322 or 5143554. OLE color: 5143554.

HSL color Cylindrical-coordinate representation of color #027C4E: hue angle of 157.38º 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 #027C4E is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 124 78 -
CMYK 0.98 0 0.37 0.51
HSL 157.38º 0.97% 0.25% -
HSV(B) 157.38º 0.98% 0.49% -
XYZ 8.61 14.98 9.65 -
YUV 82.28 125.58 70.74 -
System Red Green Blue C M Y K H S L
Decimal 2 124 78 0.98 0 0.37 0.51 157.38 0.97 0.25
Hex 2 7C 4E 62 0 25 33 9D 61 19
Octal 2 174 116 142 0 45 63 235 141 31
Binary 10 1111100 1001110 1100010 0 100101 110011 10011101 1100001 11001

Color Harmonies of #027C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C4E

Black with #027C4E

Text Example


Text Example

White with #027C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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