#02864E

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

Shades of Salem #02864E

Tints of Salem #02864E

Color information

#02864E (or 0x02864E) is unknown color: approx Salem. HEX triplet: 02, 86 and 4E. RGB value is (2,134,78). Sum of RGB (Red+Green+Blue) = 2+134+78=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #02864E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02864E is #FD79B1. Grayscale: #585858. Windows color (decimal): -16611762 or 5146114. OLE color: 5146114.

HSL color Cylindrical-coordinate representation of color #02864E: hue angle of 154.55º 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 #02864E is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB213478-
CMYK0.9900.420.47
HSL154.55º97.06%26.67%-
HSV(B)154.55º98.51%52.55%-
XYZ9.9317.6110.08-
YUV88.15122.2766.55-

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.62%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=0.93%
G=62.62%
B=36.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134780.9900.420.47154.5597.0626.67
Hex2864E6302A2F9b611b
Octal22061161430525723314133
Binary101000011010011101100011010101010111110011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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