Html Css Color HEX #008241 Salem

📋 copy color: '#008241'

red 0 ◦ green 130 ◦ blue 65

#008241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #008241

Tints of Salem #008241

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 66.67%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#008241 (or 0x008241) is known color: Salem. HEX triplet: 00, 82 and 41. RGB value is (0,130,65). Sum of RGB (Red+Green+Blue) = 0+130+65=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #008241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008241 is #FF7DBE. Grayscale: #535353. Windows color (decimal): -16743871 or 4293120. OLE color: 4293120.

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

Color convert

RGB 0 130 65 -
CMYK 1 0 0.50 0.49
HSL 150º 1% 0.25% -
HSV(B) 150º 1% 0.51% -
XYZ 8.94 16.35 7.69 -
YUV 83.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 0 130 65 1 0 0.50 0.49 150 1 0.25
Hex 0 82 41 64 0 32 31 96 64 19
Octal 0 202 101 144 0 62 61 226 144 31
Binary 0 10000010 1000001 1100100 0 110010 110001 10010110 1100100 11001

Color Harmonies of #008241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008241

Black with #008241

Text Example


Text Example

White with #008241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008241; }

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

 H1.HeaderClassName
 {
   color: #008241;
 }
 .AnyTagClassName
 {
   color: #008241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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