#008242

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

Shades of Salem #008242

Tints of Salem #008242

Color information

#008242 (or 0x008242) is unknown color: approx Salem. HEX triplet: 00, 82 and 42. RGB value is (0,130,66). Sum of RGB (Red+Green+Blue) = 0+130+66=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #008242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008242 is #FF7DBD. Grayscale: #535353. Windows color (decimal): -16743870 or 4358656. OLE color: 4358656.

HSL color Cylindrical-coordinate representation of color #008242: hue angle of 150.46º 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 #008242 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB013066-
CMYK100.490.49
HSL150.46º100%25.49%-
HSV(B)150.46º100%50.98%-
XYZ8.9716.367.84-
YUV83.83117.9368.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 66 (26.17% from 255) = 33.67%
R=0%
G=66.33%
B=33.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013066100.490.49150.4610025.49
Hex082426403131966419
Octal02021021440616122614431
Binary01000001010000101100100011000111000110010110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008242; }

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

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

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

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

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

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

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

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