Html Css Color HEX #025A41 Watercourse

📋 copy color: '#025A41'

red 2 ◦ green 90 ◦ blue 65

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

Shades of Watercourse #025A41

Tints of Watercourse #025A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 57.32%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 1.27%
G = 57.32%
B = 41.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#025A41 (or 0x025A41) is known color: Watercourse. HEX triplet: 02, 5A and 41. RGB value is (2,90,65). Sum of RGB (Red+Green+Blue) = 2+90+65=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #025A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A41 is #FDA5BE. Grayscale: #3C3C3C. Windows color (decimal): -16623039 or 4282882. OLE color: 4282882.

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

Color convert

RGB 2 90 65 -
CMYK 0.98 0 0.28 0.65
HSL 162.95º 0.96% 0.18% -
HSV(B) 162.95º 0.98% 0.35% -
XYZ 4.64 7.71 6.24 -
YUV 60.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 2 90 65 0.98 0 0.28 0.65 162.95 0.96 0.18
Hex 2 5A 41 62 0 1C 41 A3 60 12
Octal 2 132 101 142 0 34 101 243 140 22
Binary 10 1011010 1000001 1100010 0 11100 1000001 10100011 1100000 10010

Color Harmonies of #025A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A41

Black with #025A41

Text Example


Text Example

White with #025A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,65); }

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

background-color css

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

 a { background-color: rgb(2,90,65); }

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

border-color css

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

 span { border-color: rgb(2,90,65); }

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