Html Css Color HEX #025D4A Watercourse

📋 copy color: '#025D4A'

red 2 ◦ green 93 ◦ blue 74

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

Shades of Watercourse #025D4A

Tints of Watercourse #025D4A

RGB

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

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

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

R = 1.18%
G = 55.03%
B = 43.79%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#025D4A (or 0x025D4A) is known color: Watercourse. HEX triplet: 02, 5D and 4A. RGB value is (2,93,74). Sum of RGB (Red+Green+Blue) = 2+93+74=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #025D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D4A is #FDA2B5. Grayscale: #3F3F3F. Windows color (decimal): -16622262 or 4873474. OLE color: 4873474.

HSL color Cylindrical-coordinate representation of color #025D4A: hue angle of 167.47º 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 #025D4A is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 93 74 -
CMYK 0.98 0 0.20 0.64
HSL 167.47º 0.96% 0.19% -
HSV(B) 167.47º 0.98% 0.36% -
XYZ 5.18 8.34 7.81 -
YUV 63.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 2 93 74 0.98 0 0.20 0.64 167.47 0.96 0.19
Hex 2 5D 4A 62 0 14 40 A7 60 13
Octal 2 135 112 142 0 24 100 247 140 23
Binary 10 1011101 1001010 1100010 0 10100 1000000 10100111 1100000 10011

Color Harmonies of #025D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D4A

Black with #025D4A

Text Example


Text Example

White with #025D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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