Html Css Color HEX #008948 Salem

📋 copy color: '#008948'

red 0 ◦ green 137 ◦ blue 72

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

Shades of Salem #008948

Tints of Salem #008948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.55%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 0%
G = 65.55%
B = 34.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#008948 (or 0x008948) is known color: Salem. HEX triplet: 00, 89 and 48. RGB value is (0,137,72). Sum of RGB (Red+Green+Blue) = 0+137+72=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #008948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008948 is #FF76B7. Grayscale: #585858. Windows color (decimal): -16742072 or 4753664. OLE color: 4753664.

HSL color Cylindrical-coordinate representation of color #008948: hue angle of 151.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008948 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 72 -
CMYK 1 0 0.47 0.46
HSL 151.53º 1% 0.27% -
HSV(B) 151.53º 1% 0.54% -
XYZ 10.12 18.36 9.14 -
YUV 88.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 0 137 72 1 0 0.47 0.46 151.53 1 0.27
Hex 0 89 48 64 0 2F 2E 98 64 1B
Octal 0 211 110 144 0 57 56 230 144 33
Binary 0 10001001 1001000 1100100 0 101111 101110 10011000 1100100 11011

Color Harmonies of #008948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008948

Black with #008948

Text Example


Text Example

White with #008948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008948; }

 p { color: rgb(0,137,72); }

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

background-color css

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

 a { background-color: rgb(0,137,72); }

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

border-color css

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

 span { border-color: rgb(0,137,72); }

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