Html Css Color HEX #02704D Watercourse

📋 copy color: '#02704D'

red 2 ◦ green 112 ◦ blue 77

#02704D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #02704D

Tints of Watercourse #02704D

RGB

 RED value IS 2 (1.17% from 255) = 1.05%

 GREEN value IS 112 (44.14% from 255) = 58.64%

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 1.05%
G = 58.64%
B = 40.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#02704D (or 0x02704D) is known color: Watercourse. HEX triplet: 02, 70 and 4D. RGB value is (2,112,77). Sum of RGB (Red+Green+Blue) = 2+112+77=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #02704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02704D is #FD8FB2. Grayscale: #4B4B4B. Windows color (decimal): -16617395 or 5074946. OLE color: 5074946.

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

Color convert

RGB 2 112 77 -
CMYK 0.98 0 0.31 0.56
HSL 160.91º 0.96% 0.22% -
HSV(B) 160.91º 0.98% 0.44% -
XYZ 7.16 12.14 8.99 -
YUV 75.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 2 112 77 0.98 0 0.31 0.56 160.91 0.96 0.22
Hex 2 70 4D 62 0 1F 38 A1 60 16
Octal 2 160 115 142 0 37 70 241 140 26
Binary 10 1110000 1001101 1100010 0 11111 111000 10100001 1100000 10110

Color Harmonies of #02704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02704D

Black with #02704D

Text Example


Text Example

White with #02704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02704D; }

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

 H1.HeaderClassName
 {
   color: #02704D;
 }
 .AnyTagClassName
 {
   color: #02704D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #02704D;
 }
 .BgClassName
 {
   background-color: #02704D;
 }
</style>

border-color css

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

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

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