#02843E

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

Shades of Salem #02843E

Tints of Salem #02843E

Color information

#02843E (or 0x02843E) is unknown color: approx Salem. HEX triplet: 02, 84 and 3E. RGB value is (2,132,62). Sum of RGB (Red+Green+Blue) = 2+132+62=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #02843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02843E is #FD7BC1. Grayscale: #555555. Windows color (decimal): -16612290 or 4097026. OLE color: 4097026.

HSL color Cylindrical-coordinate representation of color #02843E: hue angle of 147.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02843E is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB213262-
CMYK0.9800.530.48
HSL147.69º97.01%26.27%-
HSV(B)147.69º98.48%51.76%-
XYZ9.1516.867.33-
YUV85.15114.9368.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=1.02%
G=67.35%
B=31.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2132620.9800.530.48147.6997.0126.27
Hex2843E620353094611a
Octal2204761420656022414132
Binary10100001001111101100010011010111000010010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02843E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02843E; }

 p { color: rgb(2,132,62); }

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

<style>
 a { background-color: #02843E; }

 a { background-color: rgb(2,132,62); }

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

<style>
 span { border-color: #02843E; }

 span { border-color: rgb(2,132,62); }

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