#027449

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

Shades of Watercourse #027449

Tints of Watercourse #027449

Color information

#027449 (or 0x027449) is unknown color: approx Watercourse. HEX triplet: 02, 74 and 49. RGB value is (2,116,73). Sum of RGB (Red+Green+Blue) = 2+116+73=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #027449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027449 is #FD8BB6. Grayscale: #4D4D4D. Windows color (decimal): -16616375 or 4813826. OLE color: 4813826.

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

Color convert

RGB211673-
CMYK0.9800.370.55
HSL157.37º96.61%23.14%-
HSV(B)157.37º98.28%45.49%-
XYZ7.4712.988.42-
YUV77.01125.7374.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=1.05%
G=60.73%
B=38.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116730.9800.370.55157.3796.6123.14
Hex2744962025379d6117
Octal21641111420456723514127
Binary10111010010010011100010010010111011110011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027449; }

 p { color: rgb(2,116,73); }

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

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

 a { background-color: rgb(2,116,73); }

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

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

 span { border-color: rgb(2,116,73); }

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