Html Css Color HEX #027141 Watercourse

📋 copy color: '#027141'

red 2 ◦ green 113 ◦ blue 65

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

Shades of Watercourse #027141

Tints of Watercourse #027141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.78%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 1.11%
G = 62.78%
B = 36.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#027141 (or 0x027141) is known color: Watercourse. HEX triplet: 02, 71 and 41. RGB value is (2,113,65). Sum of RGB (Red+Green+Blue) = 2+113+65=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #027141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027141 is #FD8EBE. Grayscale: #4A4A4A. Windows color (decimal): -16617151 or 4288770. OLE color: 4288770.

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

Color convert

RGB 2 113 65 -
CMYK 0.98 0 0.42 0.56
HSL 154.05º 0.97% 0.23% -
HSV(B) 154.05º 0.98% 0.44% -
XYZ 6.88 12.2 6.99 -
YUV 74.34 122.73 76.4 -
System Red Green Blue C M Y K H S L
Decimal 2 113 65 0.98 0 0.42 0.56 154.05 0.97 0.23
Hex 2 71 41 62 0 2A 38 9A 61 17
Octal 2 161 101 142 0 52 70 232 141 27
Binary 10 1110001 1000001 1100010 0 101010 111000 10011010 1100001 10111

Color Harmonies of #027141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027141

Black with #027141

Text Example


Text Example

White with #027141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027141; }

 p { color: rgb(2,113,65); }

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

background-color css

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

 a { background-color: rgb(2,113,65); }

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

border-color css

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

 span { border-color: rgb(2,113,65); }

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