#02864B

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

Shades of Salem #02864B

Tints of Salem #02864B

Color information

#02864B (or 0x02864B) is unknown color: approx Salem. HEX triplet: 02, 86 and 4B. RGB value is (2,134,75). Sum of RGB (Red+Green+Blue) = 2+134+75=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #02864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02864B is #FD79B4. Grayscale: #575757. Windows color (decimal): -16611765 or 4949506. OLE color: 4949506.

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

Color convert

RGB213475-
CMYK0.9900.440.47
HSL153.18º97.06%26.67%-
HSV(B)153.18º98.51%52.55%-
XYZ9.8217.579.53-
YUV87.81120.7766.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 134 (52.73% from 255) = 63.51%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=0.95%
G=63.51%
B=35.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134750.9900.440.47153.1897.0626.67
Hex2864B6302C2F99611b
Octal22061131430545723114133
Binary101000011010010111100011010110010111110011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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