#027047

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

Shades of Watercourse #027047

Tints of Watercourse #027047

Color information

#027047 (or 0x027047) is unknown color: approx Watercourse. HEX triplet: 02, 70 and 47. RGB value is (2,112,71). Sum of RGB (Red+Green+Blue) = 2+112+71=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #027047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027047 is #FD8FB8. Grayscale: #4A4A4A. Windows color (decimal): -16617401 or 4681730. OLE color: 4681730.

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

Color convert

RGB211271-
CMYK0.9800.370.56
HSL157.64º96.49%22.35%-
HSV(B)157.64º98.21%43.92%-
XYZ6.9612.067.92-
YUV74.44126.0676.33-

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.54%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=1.08%
G=60.54%
B=38.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112710.9800.370.56157.6496.4922.35
Hex2704762025389e6016
Octal21601071420457023614026
Binary10111000010001111100010010010111100010011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027047; }

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

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

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

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

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

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

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

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