Html Css Color HEX #025E4D Watercourse

📋 copy color: '#025E4D'

red 2 ◦ green 94 ◦ blue 77

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

Shades of Watercourse #025E4D

Tints of Watercourse #025E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.34%

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

R = 1.16%
G = 54.34%
B = 44.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#025E4D (or 0x025E4D) is known color: Watercourse. HEX triplet: 02, 5E and 4D. RGB value is (2,94,77). Sum of RGB (Red+Green+Blue) = 2+94+77=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #025E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E4D is #FDA1B2. Grayscale: #404040. Windows color (decimal): -16622003 or 5070338. OLE color: 5070338.

HSL color Cylindrical-coordinate representation of color #025E4D: hue angle of 168.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E4D is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 77 -
CMYK 0.98 0 0.18 0.63
HSL 168.91º 0.96% 0.19% -
HSV(B) 168.91º 0.98% 0.37% -
XYZ 5.37 8.55 8.39 -
YUV 64.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 2 94 77 0.98 0 0.18 0.63 168.91 0.96 0.19
Hex 2 5E 4D 62 0 12 3F A9 60 13
Octal 2 136 115 142 0 22 77 251 140 23
Binary 10 1011110 1001101 1100010 0 10010 111111 10101001 1100000 10011

Color Harmonies of #025E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E4D

Black with #025E4D

Text Example


Text Example

White with #025E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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