Html Css Color HEX #025D40 Watercourse

📋 copy color: '#025D40'

red 2 ◦ green 93 ◦ blue 64

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

Shades of Watercourse #025D40

Tints of Watercourse #025D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 58.49%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 1.26%
G = 58.49%
B = 40.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#025D40 (or 0x025D40) is known color: Watercourse. HEX triplet: 02, 5D and 40. RGB value is (2,93,64). Sum of RGB (Red+Green+Blue) = 2+93+64=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #025D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D40 is #FDA2BF. Grayscale: #3E3E3E. Windows color (decimal): -16622272 or 4218114. OLE color: 4218114.

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

Color convert

RGB 2 93 64 -
CMYK 0.98 0 0.31 0.64
HSL 160.88º 0.96% 0.19% -
HSV(B) 160.88º 0.98% 0.36% -
XYZ 4.86 8.21 6.18 -
YUV 62.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 2 93 64 0.98 0 0.31 0.64 160.88 0.96 0.19
Hex 2 5D 40 62 0 1F 40 A1 60 13
Octal 2 135 100 142 0 37 100 241 140 23
Binary 10 1011101 1000000 1100010 0 11111 1000000 10100001 1100000 10011

Color Harmonies of #025D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D40

Black with #025D40

Text Example


Text Example

White with #025D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,93,64); }

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

background-color css

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

 a { background-color: rgb(2,93,64); }

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

border-color css

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

 span { border-color: rgb(2,93,64); }

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