#02873A

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

Shades of Salem #02873A

Tints of Salem #02873A

Color information

#02873A (or 0x02873A) is unknown color: approx Salem. HEX triplet: 02, 87 and 3A. RGB value is (2,135,58). Sum of RGB (Red+Green+Blue) = 2+135+58=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #02873A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02873A is #FD78C5. Grayscale: #565656. Windows color (decimal): -16611526 or 3835650. OLE color: 3835650.

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

Color convert

RGB213558-
CMYK0.9900.570.47
HSL145.26º97.08%26.86%-
HSV(B)145.26º98.52%52.94%-
XYZ9.4517.656.91-
YUV86.45111.9467.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 135 (53.12% from 255) = 69.23%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=1.03%
G=69.23%
B=29.74%

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
Decimal2135580.9900.570.47145.2697.0826.86
Hex2873A630392F91611b
Octal2207721430715722114133
Binary10100001111110101100011011100110111110010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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