Html Css Color HEX #025742 Watercourse

📋 copy color: '#025742'

red 2 ◦ green 87 ◦ blue 66

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

Shades of Watercourse #025742

Tints of Watercourse #025742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.13%

 BLUE value IS 66 (26.17% from 255) = 42.58%

R = 1.29%
G = 56.13%
B = 42.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#025742 (or 0x025742) is known color: Watercourse. HEX triplet: 02, 57 and 42. RGB value is (2,87,66). Sum of RGB (Red+Green+Blue) = 2+87+66=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #025742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025742 is #FDA8BD. Grayscale: #3B3B3B. Windows color (decimal): -16623806 or 4347650. OLE color: 4347650.

HSL color Cylindrical-coordinate representation of color #025742: hue angle of 165.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025742 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 87 66 -
CMYK 0.98 0 0.24 0.66
HSL 165.18º 0.96% 0.17% -
HSV(B) 165.18º 0.98% 0.34% -
XYZ 4.42 7.22 6.32 -
YUV 59.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 2 87 66 0.98 0 0.24 0.66 165.18 0.96 0.17
Hex 2 57 42 62 0 18 42 A5 60 11
Octal 2 127 102 142 0 30 102 245 140 21
Binary 10 1010111 1000010 1100010 0 11000 1000010 10100101 1100000 10001

Color Harmonies of #025742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025742

Black with #025742

Text Example


Text Example

White with #025742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025742; }

 p { color: rgb(2,87,66); }

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

background-color css

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

 a { background-color: rgb(2,87,66); }

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

border-color css

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

 span { border-color: rgb(2,87,66); }

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