Html Css Color HEX #127F48 Salem

📋 copy color: '#127F48'

red 18 ◦ green 127 ◦ blue 72

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

Shades of Salem #127F48

Tints of Salem #127F48

RGB

 RED value IS 18 (7.42% from 255) = 8.29%

 GREEN value IS 127 (50% from 255) = 58.53%

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

R = 8.29%
G = 58.53%
B = 33.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#127F48 (or 0x127F48) is known color: Salem. HEX triplet: 12, 7F and 48. RGB value is (18,127,72). Sum of RGB (Red+Green+Blue) = 18+127+72=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #127F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F48 is #ED80B7. Grayscale: #585858. Windows color (decimal): -15564984 or 4751122. OLE color: 4751122.

HSL color Cylindrical-coordinate representation of color #127F48: hue angle of 149.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F48 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 72 -
CMYK 0.86 0 0.43 0.50
HSL 149.72º 0.75% 0.28% -
HSV(B) 149.72º 0.86% 0.5% -
XYZ 9.01 15.78 8.7 -
YUV 88.14 118.89 77.97 -
System Red Green Blue C M Y K H S L
Decimal 18 127 72 0.86 0 0.43 0.50 149.72 0.75 0.28
Hex 12 7F 48 56 0 2B 32 96 4B 1C
Octal 22 177 110 126 0 53 62 226 113 34
Binary 10010 1111111 1001000 1010110 0 101011 110010 10010110 1001011 11100

Color Harmonies of #127F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F48

Black with #127F48

Text Example


Text Example

White with #127F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127F48; }

 p { color: rgb(18,127,72); }

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

background-color css

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

 a { background-color: rgb(18,127,72); }

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

border-color css

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

 span { border-color: rgb(18,127,72); }

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