#02553F

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

Shades of Watercourse #02553F

Tints of Watercourse #02553F

Color information

#02553F (or 0x02553F) is unknown color: approx Watercourse. HEX triplet: 02, 55 and 3F. RGB value is (2,85,63). Sum of RGB (Red+Green+Blue) = 2+85+63=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #02553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553F is #FDAAC0. Grayscale: #393939. Windows color (decimal): -16624321 or 4150530. OLE color: 4150530.

HSL color Cylindrical-coordinate representation of color #02553F: hue angle of 164.1º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02553F is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB28563-
CMYK0.9800.260.67
HSL164.1º95.4%17.06%-
HSV(B)164.1º97.65%33.33%-
XYZ4.176.875.81-
YUV57.6813188.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 63 (25% from 255) = 42%
R=1.33%
G=56.67%
B=42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285630.9800.260.67164.195.417.06
Hex2553F6201A43a45f11
Octal21257714203210324413721
Binary1010101011111111100010011010100001110100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02553F; }

 p { color: rgb(2,85,63); }

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

<style>
 a { background-color: #02553F; }

 a { background-color: rgb(2,85,63); }

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

<style>
 span { border-color: #02553F; }

 span { border-color: rgb(2,85,63); }

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