Html Css Color HEX #027143 Watercourse

📋 copy color: '#027143'

red 2 ◦ green 113 ◦ blue 67

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

Shades of Watercourse #027143

Tints of Watercourse #027143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 1.1%
G = 62.09%
B = 36.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#027143 (or 0x027143) is known color: Watercourse. HEX triplet: 02, 71 and 43. RGB value is (2,113,67). Sum of RGB (Red+Green+Blue) = 2+113+67=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #027143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027143 is #FD8EBC. Grayscale: #4A4A4A. Windows color (decimal): -16617149 or 4419842. OLE color: 4419842.

HSL color Cylindrical-coordinate representation of color #027143: hue angle of 155.14º 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 #027143 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 67 -
CMYK 0.98 0 0.41 0.56
HSL 155.14º 0.97% 0.23% -
HSV(B) 155.14º 0.98% 0.44% -
XYZ 6.94 12.23 7.3 -
YUV 74.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 2 113 67 0.98 0 0.41 0.56 155.14 0.97 0.23
Hex 2 71 43 62 0 29 38 9B 61 17
Octal 2 161 103 142 0 51 70 233 141 27
Binary 10 1110001 1000011 1100010 0 101001 111000 10011011 1100001 10111

Color Harmonies of #027143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027143

Black with #027143

Text Example


Text Example

White with #027143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027143; }

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

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

background-color css

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

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

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

border-color css

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

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

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