#025B4A

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

Shades of Watercourse #025B4A

Tints of Watercourse #025B4A

Color information

#025B4A (or 0x025B4A) is unknown color: approx Watercourse. HEX triplet: 02, 5B and 4A. RGB value is (2,91,74). Sum of RGB (Red+Green+Blue) = 2+91+74=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #025B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B4A is #FDA4B5. Grayscale: #3E3E3E. Windows color (decimal): -16622774 or 4872962. OLE color: 4872962.

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

Color convert

RGB29174-
CMYK0.9800.190.64
HSL168.54º95.7%18.24%-
HSV(B)168.54º97.8%35.69%-
XYZ57.997.76-
YUV62.45134.5184.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 91 (35.94% from 255) = 54.49%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=1.20%
G=54.49%
B=44.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291740.9800.190.64168.5495.718.24
Hex25B4A6201340a96012
Octal213311214202310025114022
Binary10101101110010101100010010011100000010101001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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