#02863D

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

Shades of Salem #02863D

Tints of Salem #02863D

Color information

#02863D (or 0x02863D) is unknown color: approx Salem. HEX triplet: 02, 86 and 3D. RGB value is (2,134,61). Sum of RGB (Red+Green+Blue) = 2+134+61=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #02863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02863D is #FD79C2. Grayscale: #565656. Windows color (decimal): -16611779 or 4032002. OLE color: 4032002.

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

Color convert

RGB213461-
CMYK0.9900.540.47
HSL146.82º97.06%26.67%-
HSV(B)146.82º98.51%52.55%-
XYZ9.3917.47.28-
YUV86.21113.7767.94-

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.02%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=1.02%
G=68.02%
B=30.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2134610.9900.540.47146.8297.0626.67
Hex2863D630362F93611b
Octal2206751430665722314133
Binary10100001101111011100011011011010111110010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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