Html Css Color HEX #008141 Salem

📋 copy color: '#008141'

red 0 ◦ green 129 ◦ blue 65

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

Shades of Salem #008141

Tints of Salem #008141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 66.49%

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

R = 0%
G = 66.49%
B = 33.51%

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

#008141 (or 0x008141) is known color: Salem. HEX triplet: 00, 81 and 41. RGB value is (0,129,65). Sum of RGB (Red+Green+Blue) = 0+129+65=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 129 (50.78% from 255 or 66.49% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 129 - color contains mainly: green. Hex color #008141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008141 is #FF7EBE. Grayscale: #535353. Windows color (decimal): -16744127 or 4292864. OLE color: 4292864.

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

Color convert

RGB 0 129 65 -
CMYK 1 0 0.50 0.49
HSL 150.23º 1% 0.25% -
HSV(B) 150.23º 1% 0.51% -
XYZ 8.8 16.08 7.64 -
YUV 83.13 117.76 68.7 -
System Red Green Blue C M Y K H S L
Decimal 0 129 65 1 0 0.50 0.49 150.23 1 0.25
Hex 0 81 41 64 0 32 31 96 64 19
Octal 0 201 101 144 0 62 61 226 144 31
Binary 0 10000001 1000001 1100100 0 110010 110001 10010110 1100100 11001

Color Harmonies of #008141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008141

Black with #008141

Text Example


Text Example

White with #008141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008141; }

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

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

background-color css

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

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

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

border-color css

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

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

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