#025B48

Color #025B48 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #025B48

Tints of Watercourse #025B48

Color information

#025B48 (or 0x025B48) is unknown color: approx Watercourse. HEX triplet: 02, 5B and 48. RGB value is (2,91,72). Sum of RGB (Red+Green+Blue) = 2+91+72=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #025B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B48 is #FDA4B7. Grayscale: #3E3E3E. Windows color (decimal): -16622776 or 4741890. OLE color: 4741890.

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

Color convert

RGB29172-
CMYK0.9800.210.64
HSL167.19º95.7%18.24%-
HSV(B)167.19º97.8%35.69%-
XYZ4.947.967.41-
YUV62.22133.5185.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 91 (35.94% from 255) = 55.15%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=1.21%
G=55.15%
B=43.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291720.9800.210.64167.1995.718.24
Hex25B486201540a76012
Octal213311014202510024714022
Binary10101101110010001100010010101100000010100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,91,72); }

 H1.HeaderClassName
 {
   color: #025B48;
 }
 .AnyTagClassName
 {
   color: #025B48;
 }
</style>
background-color css

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

 a { background-color: rgb(2,91,72); }

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

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

 span { border-color: rgb(2,91,72); }

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