#02863C

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

Shades of Salem #02863C

Tints of Salem #02863C

Color information

#02863C (or 0x02863C) is unknown color: approx Salem. HEX triplet: 02, 86 and 3C. RGB value is (2,134,60). Sum of RGB (Red+Green+Blue) = 2+134+60=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 134 (52.73% from 255 or 68.37% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 134 - color contains mainly: green. Hex color #02863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02863C is #FD79C3. Grayscale: #565656. Windows color (decimal): -16611780 or 3966466. OLE color: 3966466.

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

Color convert

RGB213460-
CMYK0.9900.550.47
HSL146.36º97.06%26.67%-
HSV(B)146.36º98.51%52.55%-
XYZ9.3717.397.14-
YUV86.1113.2768.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 134 (52.73% from 255) = 68.37%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=1.02%
G=68.37%
B=30.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134600.9900.550.47146.3697.0626.67
Hex2863C630372F92611b
Octal2206741430675722214133
Binary10100001101111001100011011011110111110010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02863C; }

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

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

<style>
 a { background-color: #02863C; }

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

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

<style>
 span { border-color: #02863C; }

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

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