#02883B

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

Shades of Salem #02883B

Tints of Salem #02883B

Color information

#02883B (or 0x02883B) is unknown color: approx Salem. HEX triplet: 02, 88 and 3B. RGB value is (2,136,59). Sum of RGB (Red+Green+Blue) = 2+136+59=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 136 (53.52% from 255 or 69.04% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 136 - color contains mainly: green. Hex color #02883B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02883B is #FD77C4. Grayscale: #575757. Windows color (decimal): -16611269 or 3901442. OLE color: 3901442.

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

Color convert

RGB213659-
CMYK0.9900.570.47
HSL145.52º97.1%27.06%-
HSV(B)145.52º98.53%53.33%-
XYZ9.6217.947.09-
YUV87.16112.1167.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 136 (53.52% from 255) = 69.04%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=1.02%
G=69.04%
B=29.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2136590.9900.570.47145.5297.127.06
Hex2883B630392F92611b
Octal2210731430715722214133
Binary10100010001110111100011011100110111110010010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,136,59); }

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

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

 a { background-color: rgb(2,136,59); }

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

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

 span { border-color: rgb(2,136,59); }

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