#008142

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

Shades of Salem #008142

Tints of Salem #008142

Color information

#008142 (or 0x008142) is unknown color: approx Salem. HEX triplet: 00, 81 and 42. RGB value is (0,129,66). Sum of RGB (Red+Green+Blue) = 0+129+66=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #008142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008142 is #FF7EBD. Grayscale: #535353. Windows color (decimal): -16744126 or 4358400. OLE color: 4358400.

HSL color Cylindrical-coordinate representation of color #008142: hue angle of 150.7º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008142 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB012966-
CMYK100.490.49
HSL150.7º100%25.29%-
HSV(B)150.7º100%50.59%-
XYZ8.8316.097.8-
YUV83.25118.2668.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 66.15%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=0%
G=66.15%
B=33.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012966100.490.49150.710025.29
Hex081426403131976419
Octal02011021440616122714431
Binary01000000110000101100100011000111000110010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008142; }

 p { color: rgb(0,129,66); }

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

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

 a { background-color: rgb(0,129,66); }

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

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

 span { border-color: rgb(0,129,66); }

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