Html Css Color HEX #02614A Watercourse

📋 copy color: '#02614A'

red 2 ◦ green 97 ◦ blue 74

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

Shades of Watercourse #02614A

Tints of Watercourse #02614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 1.16%
G = 56.07%
B = 42.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#02614A (or 0x02614A) is known color: Watercourse. HEX triplet: 02, 61 and 4A. RGB value is (2,97,74). Sum of RGB (Red+Green+Blue) = 2+97+74=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #02614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02614A is #FD9EB5. Grayscale: #414141. Windows color (decimal): -16621238 or 4874498. OLE color: 4874498.

HSL color Cylindrical-coordinate representation of color #02614A: hue angle of 165.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02614A is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 97 74 -
CMYK 0.98 0 0.24 0.62
HSL 165.47º 0.96% 0.19% -
HSV(B) 165.47º 0.98% 0.38% -
XYZ 5.54 9.06 7.93 -
YUV 65.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 2 97 74 0.98 0 0.24 0.62 165.47 0.96 0.19
Hex 2 61 4A 62 0 18 3E A5 60 13
Octal 2 141 112 142 0 30 76 245 140 23
Binary 10 1100001 1001010 1100010 0 11000 111110 10100101 1100000 10011

Color Harmonies of #02614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02614A

Black with #02614A

Text Example


Text Example

White with #02614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02614A; }

 p { color: rgb(2,97,74); }

 H1.HeaderClassName
 {
   color: #02614A;
 }
 .AnyTagClassName
 {
   color: #02614A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,97,74); }

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

border-color css

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

 span { border-color: rgb(2,97,74); }

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