#027249

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

Shades of Watercourse #027249

Tints of Watercourse #027249

Color information

#027249 (or 0x027249) is unknown color: approx Watercourse. HEX triplet: 02, 72 and 49. RGB value is (2,114,73). Sum of RGB (Red+Green+Blue) = 2+114+73=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #027249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027249 is #FD8DB6. Grayscale: #4B4B4B. Windows color (decimal): -16616887 or 4813314. OLE color: 4813314.

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

Color convert

RGB211473-
CMYK0.9800.360.55
HSL158.04º96.55%22.75%-
HSV(B)158.04º98.25%44.71%-
XYZ7.2412.538.34-
YUV75.84126.3975.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 114 (44.92% from 255) = 60.32%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=1.06%
G=60.32%
B=38.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114730.9800.360.55158.0496.5522.75
Hex2724962024379e6117
Octal21621111420446723614127
Binary10111001010010011100010010010011011110011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027249; }

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

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

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

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

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

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

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

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