#02883A

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

Shades of Salem #02883A

Tints of Salem #02883A

Color information

#02883A (or 0x02883A) is unknown color: approx Salem. HEX triplet: 02, 88 and 3A. RGB value is (2,136,58). Sum of RGB (Red+Green+Blue) = 2+136+58=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 136 (53.52% from 255 or 69.39% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 136 - color contains mainly: green. Hex color #02883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02883A is #FD77C5. Grayscale: #575757. Windows color (decimal): -16611270 or 3835906. OLE color: 3835906.

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

Color convert

RGB213658-
CMYK0.9900.570.47
HSL145.07º97.1%27.06%-
HSV(B)145.07º98.53%53.33%-
XYZ9.5917.936.96-
YUV87.04111.6167.34-

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.39%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=1.02%
G=69.39%
B=29.59%

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
Decimal2136580.9900.570.47145.0797.127.06
Hex2883A630392F91611b
Octal2210721430715722114133
Binary10100010001110101100011011100110111110010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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