#02864F

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

Shades of Salem #02864F

Tints of Salem #02864F

Color information

#02864F (or 0x02864F) is unknown color: approx Salem. HEX triplet: 02, 86 and 4F. RGB value is (2,134,79). Sum of RGB (Red+Green+Blue) = 2+134+79=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #02864F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02864F is #FD79B0. Grayscale: #585858. Windows color (decimal): -16611761 or 5211650. OLE color: 5211650.

HSL color Cylindrical-coordinate representation of color #02864F: hue angle of 155º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02864F is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB213479-
CMYK0.9900.410.47
HSL155º97.06%26.67%-
HSV(B)155º98.51%52.55%-
XYZ9.9617.6310.27-
YUV88.26122.7766.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=0.93%
G=62.33%
B=36.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134790.9900.410.4715597.0626.67
Hex2864F630292F9b611b
Octal22061171430515723314133
Binary101000011010011111100011010100110111110011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,134,79); }

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

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

 a { background-color: rgb(2,134,79); }

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

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

 span { border-color: rgb(2,134,79); }

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