#027247

Color #027247 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027247

Tints of Watercourse #027247

Color information

#027247 (or 0x027247) is unknown color: approx Watercourse. HEX triplet: 02, 72 and 47. RGB value is (2,114,71). Sum of RGB (Red+Green+Blue) = 2+114+71=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #027247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027247 is #FD8DB8. Grayscale: #4B4B4B. Windows color (decimal): -16616889 or 4682242. OLE color: 4682242.

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

Color convert

RGB211471-
CMYK0.9800.380.55
HSL156.96º96.55%22.75%-
HSV(B)156.96º98.25%44.71%-
XYZ7.1812.58-
YUV75.61125.3975.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=1.07%
G=60.96%
B=37.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114710.9800.380.55156.9696.5522.75
Hex2724762026379d6117
Octal21621071420466723514127
Binary10111001010001111100010010011011011110011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027247; }

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

 H1.HeaderClassName
 {
   color: #027247;
 }
 .AnyTagClassName
 {
   color: #027247;
 }
</style>
background-color css

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

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

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

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

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

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