Html Css Color HEX #027240 Watercourse

📋 copy color: '#027240'

red 2 ◦ green 114 ◦ blue 64

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

Shades of Watercourse #027240

Tints of Watercourse #027240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 63.33%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 1.11%
G = 63.33%
B = 35.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#027240 (or 0x027240) is known color: Watercourse. HEX triplet: 02, 72 and 40. RGB value is (2,114,64). Sum of RGB (Red+Green+Blue) = 2+114+64=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #027240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027240 is #FD8DBF. Grayscale: #4A4A4A. Windows color (decimal): -16616896 or 4223490. OLE color: 4223490.

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

Color convert

RGB 2 114 64 -
CMYK 0.98 0 0.44 0.55
HSL 153.21º 0.97% 0.23% -
HSV(B) 153.21º 0.98% 0.45% -
XYZ 6.97 12.42 6.88 -
YUV 74.81 121.89 76.07 -
System Red Green Blue C M Y K H S L
Decimal 2 114 64 0.98 0 0.44 0.55 153.21 0.97 0.23
Hex 2 72 40 62 0 2C 37 99 61 17
Octal 2 162 100 142 0 54 67 231 141 27
Binary 10 1110010 1000000 1100010 0 101100 110111 10011001 1100001 10111

Color Harmonies of #027240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027240

Black with #027240

Text Example


Text Example

White with #027240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027240; }

 p { color: rgb(2,114,64); }

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

background-color css

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

 a { background-color: rgb(2,114,64); }

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

border-color css

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

 span { border-color: rgb(2,114,64); }

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