#02674F

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

Shades of Watercourse #02674F

Tints of Watercourse #02674F

Color information

#02674F (or 0x02674F) is unknown color: approx Watercourse. HEX triplet: 02, 67 and 4F. RGB value is (2,103,79). Sum of RGB (Red+Green+Blue) = 2+103+79=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #02674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02674F is #FD98B0. Grayscale: #464646. Windows color (decimal): -16619697 or 5203714. OLE color: 5203714.

HSL color Cylindrical-coordinate representation of color #02674F: hue angle of 165.74º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02674F is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB210379-
CMYK0.9800.230.60
HSL165.74º96.19%20.59%-
HSV(B)165.74º98.06%40.39%-
XYZ6.2910.289.05-
YUV70.06133.0479.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 103 (40.62% from 255) = 55.98%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=1.09%
G=55.98%
B=42.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103790.9800.230.60165.7496.1920.59
Hex2674F620173Ca66015
Octal21471171420277424614025
Binary1011001111001111110001001011111110010100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02674F; }

 p { color: rgb(2,103,79); }

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

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

 a { background-color: rgb(2,103,79); }

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

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

 span { border-color: rgb(2,103,79); }

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