#02774E

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

Shades of Watercourse #02774E

Tints of Watercourse #02774E

Color information

#02774E (or 0x02774E) is unknown color: approx Watercourse. HEX triplet: 02, 77 and 4E. RGB value is (2,119,78). Sum of RGB (Red+Green+Blue) = 2+119+78=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #02774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02774E is #FD88B1. Grayscale: #4F4F4F. Windows color (decimal): -16615602 or 5142274. OLE color: 5142274.

HSL color Cylindrical-coordinate representation of color #02774E: hue angle of 158.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02774E is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB211978-
CMYK0.9800.340.53
HSL158.97º96.69%23.73%-
HSV(B)158.97º98.32%46.67%-
XYZ813.769.44-
YUV79.34127.2472.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 119 (46.88% from 255) = 59.80%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=1.01%
G=59.80%
B=39.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119780.9800.340.53158.9796.6923.73
Hex2774E62022359f6118
Octal21671161420426523714130
Binary10111011110011101100010010001011010110011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02774E; }

 p { color: rgb(2,119,78); }

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

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

 a { background-color: rgb(2,119,78); }

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

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

 span { border-color: rgb(2,119,78); }

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