#025C4A

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

Shades of Watercourse #025C4A

Tints of Watercourse #025C4A

Color information

#025C4A (or 0x025C4A) is unknown color: approx Watercourse. HEX triplet: 02, 5C and 4A. RGB value is (2,92,74). Sum of RGB (Red+Green+Blue) = 2+92+74=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #025C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C4A is #FDA3B5. Grayscale: #3F3F3F. Windows color (decimal): -16622518 or 4873218. OLE color: 4873218.

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

Color convert

RGB29274-
CMYK0.9800.200.64
HSL168º95.74%18.43%-
HSV(B)168º97.83%36.08%-
XYZ5.098.167.79-
YUV63.04134.1884.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 92 (36.33% from 255) = 54.76%
BLUE value IS 74 (29.30% from 255) = 44.05%
R=1.19%
G=54.76%
B=44.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292740.9800.200.6416895.7418.43
Hex25C4A6201440a86012
Octal213411214202410025014022
Binary10101110010010101100010010100100000010101000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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