Html Css Color HEX #008145 Salem

📋 copy color: '#008145'

red 0 ◦ green 129 ◦ blue 69

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

Shades of Salem #008145

Tints of Salem #008145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.85%

R = 0%
G = 65.15%
B = 34.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#008145 (or 0x008145) is known color: Salem. HEX triplet: 00, 81 and 45. RGB value is (0,129,69). Sum of RGB (Red+Green+Blue) = 0+129+69=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #008145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008145 is #FF7EBA. Grayscale: #535353. Windows color (decimal): -16744123 or 4555008. OLE color: 4555008.

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

Color convert

RGB 0 129 69 -
CMYK 1 0 0.47 0.49
HSL 152.09º 1% 0.25% -
HSV(B) 152.09º 1% 0.51% -
XYZ 8.92 16.13 8.27 -
YUV 83.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 0 129 69 1 0 0.47 0.49 152.09 1 0.25
Hex 0 81 45 64 0 2F 31 98 64 19
Octal 0 201 105 144 0 57 61 230 144 31
Binary 0 10000001 1000101 1100100 0 101111 110001 10011000 1100100 11001

Color Harmonies of #008145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008145

Black with #008145

Text Example


Text Example

White with #008145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008145; }

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

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

background-color css

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

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

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

border-color css

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

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

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