Html Css Color HEX #027E48 Watercourse

📋 copy color: '#027E48'

red 2 ◦ green 126 ◦ blue 72

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

Shades of Watercourse #027E48

Tints of Watercourse #027E48

RGB

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

 GREEN value IS 126 (49.61% from 255) = 63%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 1%
G = 63%
B = 36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#027E48 (or 0x027E48) is known color: Watercourse. HEX triplet: 02, 7E and 48. RGB value is (2,126,72). Sum of RGB (Red+Green+Blue) = 2+126+72=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 126 (49.61% from 255 or 63% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 126 - color contains mainly: green. Hex color #027E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027E48 is #FD81B7. Grayscale: #525252. Windows color (decimal): -16613816 or 4750850. OLE color: 4750850.

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

Color convert

RGB 2 126 72 -
CMYK 0.98 0 0.43 0.51
HSL 153.87º 0.97% 0.25% -
HSV(B) 153.87º 0.98% 0.49% -
XYZ 8.66 15.4 8.65 -
YUV 82.77 121.92 70.39 -
System Red Green Blue C M Y K H S L
Decimal 2 126 72 0.98 0 0.43 0.51 153.87 0.97 0.25
Hex 2 7E 48 62 0 2B 33 9A 61 19
Octal 2 176 110 142 0 53 63 232 141 31
Binary 10 1111110 1001000 1100010 0 101011 110011 10011010 1100001 11001

Color Harmonies of #027E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E48

Black with #027E48

Text Example


Text Example

White with #027E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,72); }

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

background-color css

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

 a { background-color: rgb(2,126,72); }

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

border-color css

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

 span { border-color: rgb(2,126,72); }

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