#027048

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

Shades of Watercourse #027048

Tints of Watercourse #027048

Color information

#027048 (or 0x027048) is unknown color: approx Watercourse. HEX triplet: 02, 70 and 48. RGB value is (2,112,72). Sum of RGB (Red+Green+Blue) = 2+112+72=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #027048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027048 is #FD8FB7. Grayscale: #4A4A4A. Windows color (decimal): -16617400 or 4747266. OLE color: 4747266.

HSL color Cylindrical-coordinate representation of color #027048: hue angle of 158.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027048 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB211272-
CMYK0.9800.360.56
HSL158.18º96.49%22.35%-
HSV(B)158.18º98.21%43.92%-
XYZ6.9912.078.09-
YUV74.55126.5676.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 112 (44.14% from 255) = 60.22%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=1.08%
G=60.22%
B=38.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112720.9800.360.56158.1896.4922.35
Hex2704862024389e6016
Octal21601101420447023614026
Binary10111000010010001100010010010011100010011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027048; }

 p { color: rgb(2,112,72); }

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

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

 a { background-color: rgb(2,112,72); }

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

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

 span { border-color: rgb(2,112,72); }

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